Bring back the SVG modeline

This commit is contained in:
Tom Willemse 2015-01-20 14:29:29 +01:00
parent 792dfe908d
commit 9e31f7989a

View file

@ -659,14 +659,13 @@ For `python-mode' I prefer `python-imenu-create-flat-index'."
"Try to set the theme for the current (first) frame." "Try to set the theme for the current (first) frame."
(ignore frame) (ignore frame)
(unless setp (unless setp
;; (load-theme 'yoshi t)
(load-theme 'yoshi t) (load-theme 'yoshi t)
;; (smt/enable) (require 'svg-mode-line-themes)
;; (require 'my-smt) (smt/enable)
;; (smt/set-theme 'my-smt) (require 'my-smt)
;; (set-face-attribute 'mode-line nil :box nil) (smt/set-theme 'my-smt)
;; (set-face-attribute 'mode-line-inactive nil :box nil) (set-face-attribute 'mode-line nil :box nil)
))) (set-face-attribute 'mode-line-inactive nil :box nil))))
(if (daemonp) (if (daemonp)
(add-hook 'after-make-frame-functions (add-hook 'after-make-frame-functions