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."
|
"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
|
||||||
|
|
Loading…
Reference in a new issue