Swap diminishing individual packages for minions package
Add Flymake to minions prominent modes so it still shows on the modeline
This commit is contained in:
parent
884721a58a
commit
7f7e387e8f
12
init.el
12
init.el
|
@ -272,21 +272,22 @@
|
|||
:functions (nerd-icons-octicon))
|
||||
|
||||
(use-package nerd-icons-dired
|
||||
:diminish
|
||||
:requires nerd-icons
|
||||
:hook (dired-mode))
|
||||
|
||||
(use-package nerd-icons-ibuffer
|
||||
:diminish
|
||||
:requires nerd-icons
|
||||
:hook (ibuffer-mode))
|
||||
|
||||
(use-package nerd-icons-completion
|
||||
:diminish
|
||||
:functions nerd-icons-completion-mode
|
||||
:requires nerd-icons
|
||||
:hook (after-init . (lambda () (nerd-icons-completion-mode +1))))
|
||||
|
||||
(use-package minions
|
||||
:custom
|
||||
(minions-prominent-modes '(flymake-mode)))
|
||||
|
||||
(use-package ligature
|
||||
:functions (ligature-set-ligatures
|
||||
global-ligature-mode)
|
||||
|
@ -664,7 +665,6 @@
|
|||
citar-indicator-cited-icons)))
|
||||
|
||||
(use-package citar-embark
|
||||
:diminish
|
||||
:requires citar
|
||||
:functions citar-embark-mode
|
||||
:init
|
||||
|
@ -701,7 +701,6 @@
|
|||
(eglot-capf (styles orderless)))))
|
||||
|
||||
(use-package nerd-icons-corfu
|
||||
:diminish
|
||||
:functions nerd-icons-corfu-formatter
|
||||
:requires nerd-icons)
|
||||
|
||||
|
@ -922,7 +921,6 @@
|
|||
)
|
||||
|
||||
(use-package apheleia
|
||||
:diminish
|
||||
:defines (apheleia-formatters
|
||||
apheleia-mode-alist)
|
||||
:bind (("C-c c f" . apheleia-format-buffer))
|
||||
|
@ -945,7 +943,6 @@
|
|||
(flymake-show-diagnostics-at-end-of-line nil))
|
||||
|
||||
(use-package flymake-popon
|
||||
:diminish
|
||||
:functions flymake-popon-mode
|
||||
:requires flymake
|
||||
:hook ((flymake-mode . (lambda () (flymake-popon-mode +1)))))
|
||||
|
@ -1024,7 +1021,6 @@ Calls `project-remember-projects-under' for ~/Projects/"
|
|||
(treemacs-load-theme "nerd-icons")))
|
||||
|
||||
(use-package treemacs-nerd-icons
|
||||
:diminish
|
||||
:requires nerd-icons)
|
||||
|
||||
(use-package aggressive-indent
|
||||
|
|
Loading…
Reference in a new issue