Remove a couple of :demand statements from use-package definitions
This commit is contained in:
parent
a99c531fc2
commit
2e87268d59
2
init.el
2
init.el
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue