Add hook to enable minions-mode by default

This commit is contained in:
Evie Litherland-Smith 2024-07-11 07:18:23 +01:00
parent ab165c198f
commit c4efc5188f

View file

@ -285,6 +285,8 @@
:hook (after-init . (lambda () (nerd-icons-completion-mode +1))))
(use-package minions
:functions minions-mode
:hook (after-init . (lambda () (minions-mode +1)))
:custom
(minions-prominent-modes '(envrc-mode flymake-mode)))