summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorLLoyderino <adrijan.bjedov@gmail.com>2025-06-29 12:09:41 +0200
committerLLoyderino <adrijan.bjedov@gmail.com>2025-06-29 12:09:41 +0200
commitbe70d8536bc3121e9a74e4d5309e9b61cc47ad33 (patch)
treed269c8440588383d68a2d8fd94953c3244d86910 /init.el
parent221332f795819b8902cb1db5cec86ba24cbb0767 (diff)
I feel like integrating doom modeline, so let's go
Diffstat (limited to 'init.el')
-rw-r--r--init.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/init.el b/init.el
index 5823483..ba044a7 100644
--- a/init.el
+++ b/init.el
@@ -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