summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.org8
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