forked from colonelpanic/dotfiles
[Emacs] Improve imalison:appearance
This commit is contained in:
parent
8228d69703
commit
7fe5c9a6cd
@ -4153,10 +4153,12 @@ load-theme hook (See the heading below).
|
|||||||
(set-face-attribute
|
(set-face-attribute
|
||||||
'default nil :height imalison:default-font-size-pt))
|
'default nil :height imalison:default-font-size-pt))
|
||||||
(progn
|
(progn
|
||||||
(load-theme 'source-code-pro t)
|
(load-theme 'source-code-pro t)
|
||||||
(message "not setting font")))
|
(message "not setting font")))
|
||||||
(load-theme imalison:dark-theme t)
|
(setq powerline-default-separator (if (display-graphic-p) 'wave 'utf-8))
|
||||||
(imalison:remove-fringe-and-hl-line-mode))
|
(load-theme imalison:dark-theme t)
|
||||||
|
(spaceline-compile)
|
||||||
|
(imalison:remove-fringe-and-hl-line-mode))
|
||||||
|
|
||||||
;; This is needed because you can't set the font or theme at daemon start-up.
|
;; This is needed because you can't set the font or theme at daemon start-up.
|
||||||
;; (when (display-graphic-p) (imalison:appearance))
|
;; (when (display-graphic-p) (imalison:appearance))
|
||||||
|
Loading…
Reference in New Issue
Block a user