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:
Gergely Polonkai 2018-11-30 09:24:21 +01:00
parent 23c0b74213
commit 3400df2052
2 changed files with 7 additions and 7 deletions

View File

@ -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

View File

@ -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