Add a file for keyring updates

This commit is contained in:
Andreas Zweili 2022-08-21 15:05:23 +02:00
parent 77a61f3013
commit 091c6d0e49
3 changed files with 3 additions and 3 deletions

View File

@ -0,0 +1,2 @@
(use-package gnu-elpa-keyring-update
:ensure t)

View File

@ -1,6 +1,3 @@
(use-package gnu-elpa-keyring-update
:ensure t)
(use-package bug-hunter
:defer t
:ensure t)

View File

@ -36,6 +36,7 @@
(load-file (config-path "counsel.el"))
(load-file (config-path "dired.el"))
(load-file (config-path "eyebrowse.el"))
(load-file (config-path "keyring_update.el"))
(load-file (config-path "manuals.el"))
(load-file (config-path "mu4e.el"))
(load-file (config-path "treemacs.el"))