Replace language lambdas with separate functions

This commit is contained in:
Maciej Szlosarczyk 2017-04-23 22:37:22 +03:00
parent 63475697d5
commit 83569bf5f9
No known key found for this signature in database
GPG key ID: 0D4EEACF63D4262E
9 changed files with 110 additions and 57 deletions

View file

@ -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)