At startup, refresh package contents
This commit is contained in:
parent
ed4197ce4c
commit
1c5d216600
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ There are two things you can do about this warning:
|
|||
;; For important compatibility libraries like cl-lib
|
||||
(add-to-list 'package-archives (cons "gnu" (concat proto "://elpa.gnu.org/packages/")))))
|
||||
(package-initialize)
|
||||
|
||||
(package-refresh-contents)
|
||||
|
||||
;; USE-PACKAGE
|
||||
(require 'use-package)
|
||||
|
|
Loading…
Add table
Reference in a new issue