From: Amin Bandali Date: Tue, 13 Nov 2018 00:40:27 +0000 (-0500) Subject: [emacs] only use ~/.authinfo.gpg as an auth-source X-Git-Url: https://git.shemshak.org/~bandali/configs/commitdiff_plain/bb828f37dddb9f5ab5e2587861e4c66719c47adf [emacs] only use ~/.authinfo.gpg as an auth-source avoid storing credentials in plain-text ~/.authinfo --- diff --git a/etc/custom.el b/etc/custom.el index fea2acd..ca23ad5 100644 --- a/etc/custom.el +++ b/etc/custom.el @@ -3,6 +3,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")) '(company-dabbrev-char-regexp "\\sw\\|\\s_\\|[-_]") '(company-dabbrev-downcase nil) '(company-dabbrev-ignore-case nil)