diff options
-rw-r--r-- | config.org | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/config.org b/config.org index 4e9d6c6..930b145 100644 --- a/config.org +++ b/config.org | |||
@@ -17,6 +17,16 @@ | |||
17 | calendar-longitude -91.1) | 17 | calendar-longitude -91.1) |
18 | #+end_src | 18 | #+end_src |
19 | 19 | ||
20 | ** Auth-sources | ||
21 | |||
22 | Here feels like as good a place as any to setup =auth-sources=. Yes, I | ||
23 | /need/ to use GPG. I'll get around to it. Until then, /please/ don't | ||
24 | break into my workplace and steal my secrets. | ||
25 | |||
26 | #+begin_src emacs-lisp :noweb-ref settings | ||
27 | (setq-default auth-sources '("~/.authinfo")) | ||
28 | #+end_src | ||
29 | |||
20 | * Look and feel | 30 | * Look and feel |
21 | 31 | ||
22 | ** Frames | 32 | ** Frames |