Add mood-line

This commit is contained in:
Dimitri Lozeve 2021-06-03 15:49:42 +02:00
parent 5f8566e310
commit bc61c9dd6a

View file

@ -128,6 +128,11 @@
;; :config ;; :config
;; (load-theme 'vscode-dark-plus t)) ;; (load-theme 'vscode-dark-plus t))
(use-package mood-line
:ensure t
:config
(mood-line-mode t))
(use-package exec-path-from-shell (use-package exec-path-from-shell
:ensure t :ensure t
:config :config