Remove a couple of :demand statements from use-package definitions

This commit is contained in:
Evie Litherland-Smith 2024-05-29 17:46:40 +01:00
parent a99c531fc2
commit 2e87268d59

View file

@ -247,7 +247,6 @@
(use-package corfu-terminal (use-package corfu-terminal
:after corfu :after corfu
:demand
:config :config
(corfu-terminal-mode +1)) (corfu-terminal-mode +1))
@ -429,7 +428,6 @@ it will be tried first."
(advice-add command :after #'pulse-line)) (advice-add command :after #'pulse-line))
(use-package base16-theme (use-package base16-theme
:demand
:custom :custom
(base16-theme-distinct-fringe-background nil) (base16-theme-distinct-fringe-background nil)
(base16-theme-highlight-mode-line 'contrast) (base16-theme-highlight-mode-line 'contrast)