diff --git a/setup-emacs.org b/setup-emacs.org index 962e724..36853cc 100644 --- a/setup-emacs.org +++ b/setup-emacs.org @@ -102,11 +102,8 @@ This is my configuration for the emacs editor. ** Modeline #+BEGIN_SRC emacs-lisp - (use-package moody - :config - (setq x-underline-at-descent-line t) - (moody-replace-mode-line-buffer-identification) - (moody-replace-vc-mode)) + (use-package powerline) + (powerline-default-theme) #+END_SRC *** Minions Menu