diff options
-rw-r--r-- | emacs/.emacs.d/wpc/wpc-ui.el | 4 | ||||
-rw-r--r-- | emacs/default.nix | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/emacs/.emacs.d/wpc/wpc-ui.el b/emacs/.emacs.d/wpc/wpc-ui.el index 62bf77dd2457..7b8e2eb9bc11 100644 --- a/emacs/.emacs.d/wpc/wpc-ui.el +++ b/emacs/.emacs.d/wpc/wpc-ui.el @@ -175,5 +175,9 @@ ;; Load a theme (themes/set "Solarized Light") +;; Use the Doom modeline +(use-package 'doom-modeline) +(doom-modeline-mode 1) + (provide 'wpc-ui) ;;; wpc-ui.el ends here diff --git a/emacs/default.nix b/emacs/default.nix index 094b1c3db6a5..3daeecd07b22 100644 --- a/emacs/default.nix +++ b/emacs/default.nix @@ -54,6 +54,7 @@ let flycheck diminish doom-themes + doom-modeline neotree # TODO: Remove this dependency from my config. which-key ivy |