Put some initialization from init to config
This commit is contained in:
parent
6805ea9d12
commit
53a9aff293
1 changed files with 3 additions and 5 deletions
|
|
@ -387,7 +387,7 @@
|
|||
:defer t)
|
||||
|
||||
(use-package marginalia
|
||||
:init
|
||||
:config
|
||||
(marginalia-mode))
|
||||
|
||||
(use-package modus-themes
|
||||
|
|
@ -487,9 +487,8 @@
|
|||
|
||||
(use-package org-modern
|
||||
:after org
|
||||
:init
|
||||
(global-org-modern-mode)
|
||||
:config
|
||||
(global-org-modern-mode)
|
||||
(setq org-modern-table nil))
|
||||
|
||||
(use-package org-tempo
|
||||
|
|
@ -570,9 +569,8 @@
|
|||
(use-package yaml-mode)
|
||||
|
||||
(use-package vertico
|
||||
:init
|
||||
(vertico-mode)
|
||||
:config
|
||||
(vertico-mode)
|
||||
(setq vertico-cycle t))
|
||||
|
||||
(use-package vertico-directory
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue