From bc41d2b3d84977938c9ffa918672012d8b4ce5c2 Mon Sep 17 00:00:00 2001 From: Dimitri Lozeve Date: Mon, 22 Jan 2024 13:42:36 +0100 Subject: [PATCH] Add diminish to hide some minor modes in mode line --- init.el | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/init.el b/init.el index a276d83..ae64ae1 100644 --- a/init.el +++ b/init.el @@ -142,10 +142,9 @@ (global-hi-lock-mode 1) :bind ("" . modus-themes-toggle)) -(use-package mood-line +(use-package diminish :straight t - :config - (mood-line-mode t)) + :diminish visual-line-mode) ;;; Environment variables @@ -472,6 +471,7 @@ :straight t :after citar embark :no-require + :diminish citar-embark-mode :custom (citar-at-point-function 'embark-act) :config (citar-embark-mode)) @@ -655,6 +655,7 @@ (use-package apheleia :straight t + :diminish apheleia-mode :config (apheleia-global-mode +1) (setf (alist-get 'python-ts-mode apheleia-mode-alist) @@ -819,6 +820,7 @@ (use-package jinx :straight t + :diminish jinx-mode :hook (emacs-startup . global-jinx-mode) :config (setq jinx-languages "en_US fr_FR")