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 -*-
|
;;; install.el -- Handle installing selected packages -*- lexical-binding: t -*-
|
||||||
;;; Commentary:
|
;;; Commentary:
|
||||||
;;; Code:
|
;;; Code:
|
||||||
(require 'package)
|
|
||||||
(setq prog-mode-hook nil
|
(setq prog-mode-hook nil
|
||||||
lisp-data-mode-hook nil)
|
lisp-data-mode-hook nil)
|
||||||
|
(package-refresh-contents)
|
||||||
(setopt package-selected-packages
|
(setopt package-selected-packages
|
||||||
'(
|
'(
|
||||||
;; Theme
|
;; Theme
|
||||||
|
|
Loading…
Reference in a new issue