summary refs log tree commit diff stats
path: root/config.org
diff options
context:
space:
mode:
authorAshley Duckworth2021-01-23 12:51:02 -0600
committerAshley Duckworth2021-01-23 12:51:02 -0600
commit2fb5a767f87fea28353015cf3200a641b5ef281d (patch)
tree2a2bf2af7b69adf67c54f8929be732a706756eed /config.org
parentAdd Forge (diff)
downloademacs-2fb5a767f87fea28353015cf3200a641b5ef281d.tar.gz
emacs-2fb5a767f87fea28353015cf3200a641b5ef281d.zip
Add auth-sources config
Diffstat (limited to 'config.org')
-rw-r--r--config.org10
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
22Here 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
24break 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