Emacs: Update GNU ELPA keyring on every start.
This commit is contained in:
parent
5b9796c81a
commit
fb7af7116d
|
@ -1,6 +1,6 @@
|
|||
;;; package-management.el --- Initialize package management. -*- lexical-binding: t; -*-
|
||||
|
||||
;; Time-stamp: <2019-10-14T12:37:36+00:00>
|
||||
;; Time-stamp: <2019-11-29T23:00:40+00:00>
|
||||
|
||||
;;; Commentary:
|
||||
;; * Sets up package sources and their priorities.
|
||||
|
@ -49,6 +49,12 @@
|
|||
:config
|
||||
(auto-compile-on-load-mode))
|
||||
|
||||
;; Tool for updating the GNU ELPA keyring.
|
||||
(use-package gnu-elpa-keyring-update
|
||||
:config
|
||||
(gnu-elpa-keyring-update) ; Update keyring on each start.
|
||||
)
|
||||
|
||||
;; Update packages if at least 7 days have passed.
|
||||
(use-package auto-package-update
|
||||
:custom
|
||||
|
|
Loading…
Reference in New Issue
Block a user