From 7d99d6a2c4da90a22350617e1924630609a6b7a2 Mon Sep 17 00:00:00 2001 From: finga Date: Sun, 20 Oct 2024 17:56:59 +0200 Subject: [PATCH] init: Set auth-sources --- .emacs.d/init.el | 3 +++ 1 file changed, 3 insertions(+) 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