diff options
| author | LLoyderino <adrijan.bjedov@gmail.com> | 2025-06-29 12:09:41 +0200 |
|---|---|---|
| committer | LLoyderino <adrijan.bjedov@gmail.com> | 2025-06-29 12:09:41 +0200 |
| commit | be70d8536bc3121e9a74e4d5309e9b61cc47ad33 (patch) | |
| tree | d269c8440588383d68a2d8fd94953c3244d86910 | |
| parent | 221332f795819b8902cb1db5cec86ba24cbb0767 (diff) | |
I feel like integrating doom modeline, so let's go
| -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 |
