Don't load packages when there is no need to do it

This commit is contained in:
Daniel - 2019-12-20 17:54:29 +01:00
parent 9c5f6d062f
commit f2da14592a
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
1 changed files with 31 additions and 34 deletions

View File

@ -408,9 +408,7 @@
(put 'downcase-region 'disabled nil)
(put 'narrow-to-region 'disabled nil)
(use-package calendar
:init
(setq calendar-date-style 'iso
(setq calendar-date-style 'iso
calendar-bahai-all-holidays-flag nil
calendar-chinese-all-holidays-flag nil
calendar-christian-all-holidays-flag t
@ -439,13 +437,12 @@
(holiday-fixed 7 28 "Start WWI 1914")
(holiday-fixed 11 11 "End WWI 1918"))
diary-show-holidays-flag t
calendar-view-holidays-initially-flag nil))
calendar-view-holidays-initially-flag nil)
(setq-default font-lock-maximum-decoration '((t . t)))
(setq-default savehist-file (expand-file-name "savehist" emacs-d))
(use-package tramp
:init (setq tramp-save-ad-hoc-proxies t))
(setq tramp-save-ad-hoc-proxies t)
(use-package re-builder
:commands (re-builder)