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))
|
mode-line-end-spaces))
|
||||||
|
|
||||||
(use-package solarized-theme
|
(use-package solarized-theme
|
||||||
|
:ensure t
|
||||||
:init (setq solarized-use-less-bold t
|
:init (setq solarized-use-less-bold t
|
||||||
solarized-emphasize-indicators t
|
solarized-emphasize-indicators t
|
||||||
solarized-use-variable-pitch nil))
|
solarized-use-variable-pitch nil))
|
||||||
|
|
||||||
(use-package smart-mode-line
|
(use-package smart-mode-line
|
||||||
|
:ensure t
|
||||||
:init (setq sml/mode-width 'full
|
:init (setq sml/mode-width 'full
|
||||||
sml/name-width 30)
|
sml/name-width 30)
|
||||||
:commands (sml/setup))
|
:commands (sml/setup))
|
||||||
|
|
||||||
(use-package minions
|
(use-package minions
|
||||||
|
:ensure t
|
||||||
:commands (minions-mode)
|
:commands (minions-mode)
|
||||||
:init (setq minions-mode-line-lighter "…"))
|
:init (setq minions-mode-line-lighter "…"))
|
||||||
|
|
||||||
(use-package moody
|
(use-package moody
|
||||||
|
:ensure t
|
||||||
:commands (moody-replace-mode-line-buffer-identification
|
:commands (moody-replace-mode-line-buffer-identification
|
||||||
moody-replace-vc-mode))
|
moody-replace-vc-mode))
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user