Ensure packages for general appearance are installed
This commit is contained in:
parent
439c4ff1e5
commit
79b11b864e
4
init.el
4
init.el
@ -1905,20 +1905,24 @@
|
||||
mode-line-end-spaces))
|
||||
|
||||
(use-package solarized-theme
|
||||
:ensure t
|
||||
:init (setq solarized-use-less-bold t
|
||||
solarized-emphasize-indicators t
|
||||
solarized-use-variable-pitch nil))
|
||||
|
||||
(use-package smart-mode-line
|
||||
:ensure t
|
||||
:init (setq sml/mode-width 'full
|
||||
sml/name-width 30)
|
||||
:commands (sml/setup))
|
||||
|
||||
(use-package minions
|
||||
:ensure t
|
||||
:commands (minions-mode)
|
||||
:init (setq minions-mode-line-lighter "…"))
|
||||
|
||||
(use-package moody
|
||||
:ensure t
|
||||
:commands (moody-replace-mode-line-buffer-identification
|
||||
moody-replace-vc-mode))
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user