Emacs: combine package variables

This commit is contained in:
Marcel Kapfer 2018-02-23 09:31:22 +01:00
parent 9c06e2d45d
commit a13b191582
Signed by: mmk2410
GPG Key ID: CADE6F0C09F21B09
1 changed files with 5 additions and 8 deletions

View File

@ -22,14 +22,11 @@
(package-refresh-contents)
(package-install 'use-package))
;; tell use-package to always ensure
(setq use-package-always-ensure t)
;; don't load outdated packages
(setq load-prefer-newer t)
;; disable cursor blinking
(blink-cursor-mode -1)
(setq
;; tell use-package to always ensure
use-package-always-ensure t
;; don't load outdated packages
load-prefer-newer t)
;; -----------------------------------------------------------------------------