diff options
author | noa@gaiwan.org | 2024-07-14 23:49:21 +0000 |
---|---|---|
committer | noa@gaiwan.org | 2024-07-14 23:49:21 +0000 |
commit | 4be5d593f32ed6f95d715903ef501cf7311c10cf (patch) | |
tree | b7fc1bf7f1e9998df89d79ba3ea8bb0aea9f2992 /config.org | |
parent | de666096ce213f1e39ecad35ca3275d33bd51f9b (diff) |
Replace language declaration in configuration source blocks
Diffstat (limited to 'config.org')
-rw-r--r-- | config.org | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/config.org b/config.org index a1390ed..30673f0 100644 --- a/config.org +++ b/config.org @@ -1568,7 +1568,7 @@ The version control system will try each of these methods in order. Because alm It seems that tramp can also be made faster with these .ssh/config settings. -#+begin_src text :tangle no +#+begin_src conf-unix :tangle no Host * ControlMaster auto ControlPath ~/.ssh/master-%h:%p @@ -1794,7 +1794,7 @@ The ~passcmd~ is run to fetch my password. I should put this into pass, but thi PassCmd "cat ~/.config/mbsync-pass" #+end_src -#+begin_src text :tangle no +#+begin_src conf-unix :tangle no SSLType IMAPS IMAPStore fastmail-remote @@ -1897,7 +1897,7 @@ The contents of the signature file is listed below. Currently i only have two #+end_src ** Fetching mail with mpop -#+begin_src text :tangle ~/.config/mpop/config +#+begin_src conf-unix :tangle ~/.config/mpop/config defaults tls on tls_starttls off @@ -2014,7 +2014,7 @@ At the moment, i am still recording sent mail in the outbox directory of my mail (setopt message-interactive t) #+end_src -#+begin_src text :tangle ~/.config/msmtp/config +#+begin_src conf-unix :tangle ~/.config/msmtp/config defaults auth on tls on |