dotemacs

My Emacs configuration
git clone git://git.entf.net/dotemacs
Log | Files | Refs | LICENSE

commit f73f36e4cf19a80bf03fd028a4ea9bf2ef461aad
parent 3d044e975cdea96dbd3ea3eb286426d2ea24358b
Author: Lukas Henkel <lh@entf.net>
Date:   Wed, 13 Apr 2022 22:13:42 +0200

I only use and want encrypted authinfo

Diffstat:
Minit.el | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/init.el b/init.el @@ -182,6 +182,7 @@ ;; If you edit it by hand, you could mess it up, so be careful. ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. + '(auth-sources '("~/.authinfo.gpg")) '(aw-dispatch-always t) '(aw-keys '(97 115 100 102 103 104 106 107 108)) '(aw-scope 'frame)