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:
		| @@ -1493,15 +1493,15 @@ Unfortunately, this works only in a graphical mode. | ||||
|  | ||||
| ** Eye candy | ||||
|  | ||||
| *** Spaceline | ||||
| *** Moody mode-line | ||||
|  | ||||
| #+BEGIN_SRC emacs-lisp | ||||
| (use-package spaceline | ||||
| (use-package moody | ||||
|   :config | ||||
|   (setq powerline-default-separator 'wave) | ||||
|   (require 'spaceline-config) | ||||
|   (spaceline-emacs-theme) | ||||
|   (spaceline-helm-mode)) | ||||
|   (moody-replace-mode-line-buffer-identification) | ||||
|   (moody-replace-vc-mode) | ||||
|   (set-face-attribute 'mode-line nil :box nil :foreground "#7e7486") | ||||
|   (set-face-attribute 'mode-line-inactive nil :box nil)) | ||||
| #+END_SRC | ||||
|  | ||||
| *** Minions | ||||
|   | ||||
| @@ -135,6 +135,7 @@ | ||||
|      mediawiki | ||||
|      meson-mode | ||||
|      minions | ||||
|      moody | ||||
|      mu4e | ||||
|      multiple-cursors | ||||
|      neotree | ||||
| @@ -172,7 +173,6 @@ | ||||
|      sass-mode | ||||
|      secretaria | ||||
|      smartparens | ||||
|      spaceline | ||||
|      sphinx-doc | ||||
|      spinner | ||||
|      sx | ||||
|   | ||||
		Reference in New Issue
	
	Block a user