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