Refresh package contents in install script
This commit is contained in:
parent
fb4d680609
commit
e66638ca13
|
@ -1,9 +1,9 @@
|
|||
;;; install.el -- Handle installing selected packages -*- lexical-binding: t -*-
|
||||
;;; Commentary:
|
||||
;;; Code:
|
||||
(require 'package)
|
||||
(setq prog-mode-hook nil
|
||||
lisp-data-mode-hook nil)
|
||||
(package-refresh-contents)
|
||||
(setopt package-selected-packages
|
||||
'(
|
||||
;; Theme
|
||||
|
|
Loading…
Reference in a new issue