From 98ae821709b8c987def6a8374b7aa89405470ab7 Mon Sep 17 00:00:00 2001 From: Correl Roush Date: Fri, 4 May 2018 13:54:13 -0400 Subject: [PATCH] [emacs] Restore powerline theme Didn't intend to leave that commented... --- .emacs.d/emacs.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.emacs.d/emacs.org b/.emacs.d/emacs.org index 984791a..01d65d4 100644 --- a/.emacs.d/emacs.org +++ b/.emacs.d/emacs.org @@ -69,7 +69,7 @@ Visualize the current position within the buffer in the modeline with nyancat! (setq moe-theme-highlight-buffer-id t) (moe-theme-set-color 'cyan) - ;; (powerline-moe-theme) + (powerline-moe-theme) (moe-dark)) #+END_SRC