Replace language lambdas with separate functions
This commit is contained in:
parent
63475697d5
commit
83569bf5f9
9 changed files with 110 additions and 57 deletions
|
|
@ -26,6 +26,7 @@
|
|||
;; (load-theme 'flatui t t)
|
||||
(load-theme 'atom-one-dark t t)
|
||||
(load-theme 'flatui t t)
|
||||
(load-theme 'noctilux t t)
|
||||
|
||||
(require 'helm-themes)
|
||||
(if (display-graphic-p)
|
||||
|
|
@ -35,9 +36,10 @@
|
|||
;; (helm-themes 'avk-daylight t))
|
||||
|
||||
(progn
|
||||
(enable-theme 'monokai))
|
||||
;; (helm-themes 'monokai t))
|
||||
;; (enable-theme 'flatui))
|
||||
(enable-theme 'flatui)
|
||||
;; (enable-theme 'airline-base16-shell-dark)
|
||||
)
|
||||
)
|
||||
|
||||
(color-theme-approximate-on)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue