projects
/
~bandali
/
configs
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
620ed68
)
[emacs] only use ~/.authinfo.gpg as an auth-source
author
Amin Bandali
<bandali@gnu.org>
Tue, 13 Nov 2018 00:40:27 +0000
(19:40 -0500)
committer
Amin Bandali
<bandali@gnu.org>
Tue, 13 Nov 2018 00:40:27 +0000
(19:40 -0500)
avoid storing credentials in plain-text ~/.authinfo
etc/custom.el
patch
|
blob
|
blame
|
history
diff --git
a/etc/custom.el
b/etc/custom.el
index
fea2acd
..
ca23ad5
100644
(file)
--- 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)