Add mood-line
This commit is contained in:
parent
5f8566e310
commit
bc61c9dd6a
1 changed files with 5 additions and 0 deletions
5
init.el
5
init.el
|
@ -128,6 +128,11 @@
|
|||
;; :config
|
||||
;; (load-theme 'vscode-dark-plus t))
|
||||
|
||||
(use-package mood-line
|
||||
:ensure t
|
||||
:config
|
||||
(mood-line-mode t))
|
||||
|
||||
(use-package exec-path-from-shell
|
||||
:ensure t
|
||||
:config
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue