summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGianni Ceccarelli <gianni.ceccarelli@broadbean.com>2019-12-09 15:22:38 +0000
committerGianni Ceccarelli <gianni.ceccarelli@broadbean.com>2020-09-28 10:52:03 +0100
commitd8bdd94fa5aa4225f38afa767d2b75ee28e6d911 (patch)
treec142855721da3553fe923972face212bcb3f62f4
parentsome minor customisations (diff)
downloademacs-d8bdd94fa5aa4225f38afa767d2b75ee28e6d911.tar.gz
emacs-d8bdd94fa5aa4225f38afa767d2b75ee28e6d911.tar.bz2
emacs-d8bdd94fa5aa4225f38afa767d2b75ee28e6d911.zip
auto-update the keyring
-rwxr-xr-xinit.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/init.el b/init.el
index d0ec26d..86d8085 100755
--- a/init.el
+++ b/init.el
@@ -412,6 +412,7 @@
; from one of those packages here; see also
; https://www.emacswiki.org/emacs/ELPA
(add-hook 'after-init-hook 'unicode-fonts-setup)
+(add-hook 'after-init-hook 'gnu-elpa-keyring-update)
(add-hook 'after-init-hook (lambda ()
(progn
(require 'magit-gitflow)