diff options
| -rw-r--r-- | init.el | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -46,6 +46,9 @@ ;; Catppuccin theme (load (locate-user-emacs-file "theme.el")) +(use-package doom-modeline + :hook (after-init . doom-modeline-mode)) + ;; Completion (use-package corfu :commands global-corfu-mode |
