Bring back the SVG modeline
This commit is contained in:
parent
792dfe908d
commit
9e31f7989a
1 changed files with 6 additions and 7 deletions
|
@ -659,14 +659,13 @@ For `python-mode' I prefer `python-imenu-create-flat-index'."
|
|||
"Try to set the theme for the current (first) frame."
|
||||
(ignore frame)
|
||||
(unless setp
|
||||
;; (load-theme 'yoshi t)
|
||||
(load-theme 'yoshi t)
|
||||
;; (smt/enable)
|
||||
;; (require 'my-smt)
|
||||
;; (smt/set-theme 'my-smt)
|
||||
;; (set-face-attribute 'mode-line nil :box nil)
|
||||
;; (set-face-attribute 'mode-line-inactive nil :box nil)
|
||||
)))
|
||||
(require 'svg-mode-line-themes)
|
||||
(smt/enable)
|
||||
(require 'my-smt)
|
||||
(smt/set-theme 'my-smt)
|
||||
(set-face-attribute 'mode-line nil :box nil)
|
||||
(set-face-attribute 'mode-line-inactive nil :box nil))))
|
||||
|
||||
(if (daemonp)
|
||||
(add-hook 'after-make-frame-functions
|
||||
|
|
Loading…
Reference in a new issue