init: Set auth-sources

This commit is contained in:
finga 2024-10-20 17:56:59 +02:00
parent 17dd85dc9e
commit 7d99d6a2c4

View file

@ -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