Minor update (only alignment)

This commit is contained in:
Thomas Dehaeze 2019-12-16 08:53:36 +01:00
parent 60946b747f
commit 250be01ab3
5 changed files with 105 additions and 100 deletions

View File

@ -291,6 +291,7 @@
:header-args: :tangle ~/.config/systemd/user/vdirsyncer.service :header-args: :tangle ~/.config/systemd/user/vdirsyncer.service
:header-args+: :comments both :mkdirp yes :header-args+: :comments both :mkdirp yes
:END: :END:
#+begin_src conf #+begin_src conf
[Unit] [Unit]
Description=Synchronize calendars and contacts Description=Synchronize calendars and contacts
@ -308,6 +309,7 @@
:header-args: :tangle ~/.config/systemd/user/vdirsyncer.timer :header-args: :tangle ~/.config/systemd/user/vdirsyncer.timer
:header-args+: :comments both :mkdirp yes :header-args+: :comments both :mkdirp yes
:END: :END:
#+begin_src conf #+begin_src conf
[Unit] [Unit]
Description=Synchronize vdirs Description=Synchronize vdirs
@ -388,6 +390,7 @@
:header-args: :tangle ~/.config/systemd/user/ncmpcpp.service :header-args: :tangle ~/.config/systemd/user/ncmpcpp.service
:header-args+: :comments both :mkdirp yes :header-args+: :comments both :mkdirp yes
:END: :END:
#+begin_src conf #+begin_src conf
[Unit] [Unit]
Description=Ncmpcpp - Music Player Description=Ncmpcpp - Music Player
@ -409,6 +412,7 @@
:header-args: :tangle ~/.config/systemd/user/newsboat.service :header-args: :tangle ~/.config/systemd/user/newsboat.service
:header-args+: :comments both :mkdirp yes :header-args+: :comments both :mkdirp yes
:END: :END:
#+begin_src conf #+begin_src conf
[Unit] [Unit]
Description=Newsboat - RSS reader Description=Newsboat - RSS reader

View File

@ -765,6 +765,7 @@ kdeconnect
** Weechat ** Weechat
https://weechat.org/files/doc/stable/weechat_user.en.html https://weechat.org/files/doc/stable/weechat_user.en.html
https://wiki.archlinux.org/index.php/WeeChat https://wiki.archlinux.org/index.php/WeeChat
https://gist.github.com/pascalpoitras/8406501
*** Installation *** Installation
#+begin_src bash #+begin_src bash