Better modeline.

This commit is contained in:
Mateus Pinto Rodrigues
2019-12-09 18:09:35 -03:00
parent c89010a35b
commit 21ef1d5c7b
2 changed files with 16 additions and 0 deletions

View File

@@ -20,8 +20,13 @@
(load "~/.emacs.d/elisp/exwm-setup.el"))
;; modeline
;; configure the default one
(load "~/.emacs.d/elisp/modeline-setup.el")
;; then use doom-modeline
(use-package all-the-icons)
(use-package doom-modeline
:config
(setq doom-modeline-buffer-encoding nil)
:hook
(after-init . doom-modeline-mode))