From 8068b070a0ad06e98bff009927509afe3140d24b Mon Sep 17 00:00:00 2001 From: Peng Li Date: Thu, 14 May 2015 03:38:25 +0800 Subject: [PATCH] emacs fix mode-line show --- emacs/emacs | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/emacs/emacs b/emacs/emacs index deb9c6a..7976c0c 100644 --- a/emacs/emacs +++ b/emacs/emacs @@ -128,9 +128,9 @@ ;;--------------------------------------------------------------------------------------- ;; powerline ;; -(require 'powerline) +;(require 'powerline) ;(powerline-evil-vim-color-theme) -(powerline-evil-center-color-theme) +;(powerline-evil-center-color-theme) (display-time-mode t) ;;--------------------------------------------------------------------------------------- @@ -258,3 +258,8 @@ :foreground "gray") + + + +(add-to-list 'load-path "~/.emacs.d/config") +(require 'init-color-theme) -- 2.11.0