diff --git a/init.el b/init.el index c8c9003..ba9b8b3 100644 --- a/init.el +++ b/init.el @@ -221,7 +221,7 @@ (use-package ace-window :bind ("C-c w" . ace-window) :custom - (aw-keys '(?a ?w ?e ?f ?g ?h ?j ?k ?l ?p)) + (aw-keys '(?a ?w ?e ?r ?g ?h ?j ?k ?l ?p)) (aw-dispatch-always t) (aw-scope 'frame) :config @@ -412,11 +412,20 @@ (treemacs-load-theme 'all-the-icons)) (use-package doom-modeline - :disabled t :demand t + :custom + (doom-modeline-continuous-word-count-modes '(markdown-mode gfm-mode org-mode)) + (doom-modeline-indent-info t) + (doom-modeline-minor-modes t) + (doom-modeline-battery nil) :config (doom-modeline-mode)) +(use-package minions + :demand t + :config + (minions-mode)) + (use-package dirvish :demand t :after dired @@ -431,9 +440,6 @@ :config (pdf-tools-install)) -(use-package wc-mode - :hook text-mode org-mode) - (use-package org :hook (org-mode . auto-fill-mode) @@ -694,7 +700,8 @@ :custom-face (line-number-current-line ((t (:inherit hl-line)))) :custom - (catppuccin-flavor 'mocha)) + (catppuccin-flavor 'mocha) + (catppuccin-highlight-matches t)) (defun my-load-theme-with-solaire () (load-theme 'catppuccin t)