From 3400df2052aee195d5fd4210753bfa5573400f65 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Fri, 30 Nov 2018 09:24:21 +0100 Subject: [PATCH] Switch back from spaceline to Moody MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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… --- configuration.org | 12 ++++++------ customizations.el | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/configuration.org b/configuration.org index 12d5b54..7c3dc71 100644 --- a/configuration.org +++ b/configuration.org @@ -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 diff --git a/customizations.el b/customizations.el index 8fb647a..8a077dd 100644 --- a/customizations.el +++ b/customizations.el @@ -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