Simplify Ruby configuration

This commit is contained in:
Maciej Szlosarczyk 2017-04-24 16:56:38 +03:00
parent f6541b764c
commit 3e9b0b12d4
No known key found for this signature in database
GPG key ID: 0D4EEACF63D4262E
3 changed files with 17 additions and 15 deletions

View file

@ -12,7 +12,7 @@
(require 'smart-mode-line)
(setq sml/no-confirm-load-theme t)
(sml/setup)
(sml/apply-theme 'light)
(sml/apply-theme 'dark)
;; Display time on mode line
(setq display-time-format "%H:%M")
@ -31,7 +31,7 @@
(require 'helm-themes)
(if (display-graphic-p)
(progn
(enable-theme 'flatui))
(enable-theme 'atom-one-dark))
;; (enable-theme 'airline-doom-one)
;; (helm-themes 'avk-daylight t))