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
|
;; :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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue