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>2019-12-09 15:22:38 +0000
commitbbe55d202e7dabb5aa732e3677f52d0f9b7e58ba (patch)
tree2b38a25159d7dc32186cfb9b22343ddedd97fb89
parentsome minor customisations (diff)
downloademacs-bbe55d202e7dabb5aa732e3677f52d0f9b7e58ba.tar.gz
emacs-bbe55d202e7dabb5aa732e3677f52d0f9b7e58ba.tar.bz2
emacs-bbe55d202e7dabb5aa732e3677f52d0f9b7e58ba.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 58073bd..ae6cc64 100755
--- a/init.el
+++ b/init.el
@@ -406,6 +406,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)