summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
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