init: Set auth-sources
This commit is contained in:
parent
17dd85dc9e
commit
7d99d6a2c4
1 changed files with 3 additions and 0 deletions
|
@ -39,6 +39,9 @@
|
||||||
;; configure packages (taken from https://r0tty.org/git/dotfiles/emacs)
|
;; configure packages (taken from https://r0tty.org/git/dotfiles/emacs)
|
||||||
(require 'use-package)
|
(require 'use-package)
|
||||||
|
|
||||||
|
;; set auth-sources
|
||||||
|
(setq auth-sources '("~/.authinfo.gpg"))
|
||||||
|
|
||||||
;; Config snippets loading; this provides an easy way to define
|
;; Config snippets loading; this provides an easy way to define
|
||||||
;; 'configuration snippets' for use with a specific package (that may
|
;; 'configuration snippets' for use with a specific package (that may
|
||||||
;; be not installed), and enable loading that snippet when its
|
;; be not installed), and enable loading that snippet when its
|
||||||
|
|
Loading…
Reference in a new issue