Switch back from spaceline to Moody
I found some hints on how to make it look better, so it’s time to activate it again! A bit more customisation might be needed, though, as i find it too wide for my taste…
This commit is contained in:
parent
23c0b74213
commit
3400df2052
@ -1493,15 +1493,15 @@ Unfortunately, this works only in a graphical mode.
|
|||||||
|
|
||||||
** Eye candy
|
** Eye candy
|
||||||
|
|
||||||
*** Spaceline
|
*** Moody mode-line
|
||||||
|
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(use-package spaceline
|
(use-package moody
|
||||||
:config
|
:config
|
||||||
(setq powerline-default-separator 'wave)
|
(moody-replace-mode-line-buffer-identification)
|
||||||
(require 'spaceline-config)
|
(moody-replace-vc-mode)
|
||||||
(spaceline-emacs-theme)
|
(set-face-attribute 'mode-line nil :box nil :foreground "#7e7486")
|
||||||
(spaceline-helm-mode))
|
(set-face-attribute 'mode-line-inactive nil :box nil))
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
*** Minions
|
*** Minions
|
||||||
|
@ -135,6 +135,7 @@
|
|||||||
mediawiki
|
mediawiki
|
||||||
meson-mode
|
meson-mode
|
||||||
minions
|
minions
|
||||||
|
moody
|
||||||
mu4e
|
mu4e
|
||||||
multiple-cursors
|
multiple-cursors
|
||||||
neotree
|
neotree
|
||||||
@ -172,7 +173,6 @@
|
|||||||
sass-mode
|
sass-mode
|
||||||
secretaria
|
secretaria
|
||||||
smartparens
|
smartparens
|
||||||
spaceline
|
|
||||||
sphinx-doc
|
sphinx-doc
|
||||||
spinner
|
spinner
|
||||||
sx
|
sx
|
||||||
|
Loading…
Reference in New Issue
Block a user