From 3a498640e34ab69acca02f168e2ae562cc78be17 Mon Sep 17 00:00:00 2001 From: Mitch Tishmack Date: Sun, 4 Oct 2020 00:59:41 -0500 Subject: [PATCH] Lets ditch spaceline for the mode line --- emacs.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs.org b/emacs.org index 0ccb3bb..3079959 100644 --- a/emacs.org +++ b/emacs.org @@ -550,7 +550,7 @@ Turns out that someone wrote this exact thing already. Yay get to drop my own cr Just use the silly spacemacs smart modeline theme cause I'm lazy. -#+BEGIN_SRC emacs-lisp +#+BEGIN_SRC emacs-lisp :tangle no (use-package spaceline :ensure t :init (progn (require 'spaceline-config) (spaceline-spacemacs-theme))) #+END_SRC