summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorAmin Bandali <bandali@gnu.org>2018-11-12 19:40:27 -0500
committerAmin Bandali <bandali@gnu.org>2018-11-12 19:40:27 -0500
commitbb828f37dddb9f5ab5e2587861e4c66719c47adf (patch)
tree04ec572416ca656f93b31845d3a43c3890a7e4cf /etc
parent620ed6895854c0b82e72a9acedd481e5e14cf80a (diff)
downloadconfigs-bb828f37dddb9f5ab5e2587861e4c66719c47adf.tar.gz
configs-bb828f37dddb9f5ab5e2587861e4c66719c47adf.tar.xz
configs-bb828f37dddb9f5ab5e2587861e4c66719c47adf.zip
[emacs] only use ~/.authinfo.gpg as an auth-source
avoid storing credentials in plain-text ~/.authinfo
Diffstat (limited to 'etc')
-rw-r--r--etc/custom.el1
1 files changed, 1 insertions, 0 deletions
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)