Do not skip installs by default
This commit is contained in:
parent
6b96281cf8
commit
1bd0cb3487
1 changed files with 1 additions and 1 deletions
2
init.el
2
init.el
|
@ -9,7 +9,7 @@
|
|||
;;; Code:
|
||||
|
||||
(cd "~") ; Default directory, instead of /
|
||||
(setq skip-installs t) ; Don't check packages (for slightly speedier startup)
|
||||
(setq skip-installs nil) ; Don't check packages (for slightly speedier startup)
|
||||
;; (setq use-package-verbose t)
|
||||
|
||||
(server-mode t)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue