not enable package.el installed packages
This commit is contained in:
@@ -86,6 +86,16 @@
|
|||||||
(if (display-graphic-p)
|
(if (display-graphic-p)
|
||||||
(add-hook 'kill-emacs-hook 'my-frame-geometry-save))))
|
(add-hook 'kill-emacs-hook 'my-frame-geometry-save))))
|
||||||
|
|
||||||
|
(use-package package
|
||||||
|
:defer t
|
||||||
|
:init
|
||||||
|
(setq package-enable-at-startup nil)
|
||||||
|
:config
|
||||||
|
(add-to-list 'package-directory-list (concat config-dir "lisp"))
|
||||||
|
(add-to-list 'package-archives '("melpa" . "https://melpa.org/packages/"))
|
||||||
|
;; (add-to-list 'package-archives '("melpa-stable" . "https://stable.melpa.org/packages/"))
|
||||||
|
)
|
||||||
|
|
||||||
;; spacemacs-theme https://github.com/nashamri/spacemacs-theme
|
;; spacemacs-theme https://github.com/nashamri/spacemacs-theme
|
||||||
(use-package spacemacs-theme
|
(use-package spacemacs-theme
|
||||||
:defer t
|
:defer t
|
||||||
|
|||||||
Reference in New Issue
Block a user