Always defer package loading (We will add demand as needed)
This commit is contained in:
@@ -5,9 +5,13 @@
|
||||
;; Always use slant for italic, not underline
|
||||
'(italic ((t (:slant italic))))
|
||||
|
||||
;; Save point
|
||||
(save-place-mode 1)
|
||||
|
||||
;;;; Load my packages
|
||||
;; Default theme
|
||||
(use-package zenburn-theme
|
||||
:demand t
|
||||
:config
|
||||
(load-theme 'zenburn t))
|
||||
|
||||
@@ -36,6 +40,7 @@
|
||||
;; then use doom-modeline
|
||||
(use-package all-the-icons)
|
||||
(use-package doom-modeline
|
||||
:straight t
|
||||
:config
|
||||
(progn
|
||||
(setq doom-modeline-buffer-encoding nil)
|
||||
@@ -47,6 +52,7 @@
|
||||
(after-init . doom-modeline-mode))
|
||||
|
||||
(use-package dashboard
|
||||
:demand t
|
||||
:config
|
||||
(dashboard-setup-startup-hook))
|
||||
|
||||
@@ -62,9 +68,7 @@
|
||||
(setq pdf-view-midnight-colors '("#DCDCCC" . "#3F3F3F"))))
|
||||
|
||||
(use-package saveplace-pdf-view
|
||||
:straight t
|
||||
:config
|
||||
(save-place-mode 1))
|
||||
:straight t)
|
||||
|
||||
;; Mail reader
|
||||
(use-package mu4e
|
||||
|
||||
Reference in New Issue
Block a user