diff --git a/.emacs.d/init.el b/.emacs.d/init.el index b4264eb..7e7f9ac 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -39,6 +39,9 @@ ;; configure packages (taken from https://r0tty.org/git/dotfiles/emacs) (require 'use-package) +;; set auth-sources +(setq auth-sources '("~/.authinfo.gpg")) + ;; Config snippets loading; this provides an easy way to define ;; 'configuration snippets' for use with a specific package (that may ;; be not installed), and enable loading that snippet when its