Add Java mode

TODO:
  * Research Python configuration
This commit is contained in:
Maciej Szlosarczyk 2017-07-31 14:37:52 +03:00
parent 3399e6649a
commit cc78325898
No known key found for this signature in database
GPG key ID: 0D4EEACF63D4262E
2 changed files with 37 additions and 2 deletions

View file

@ -7,7 +7,7 @@
(require 'smart-mode-line)
(setq sml/no-confirm-load-theme t)
(sml/setup)
(sml/apply-theme 'respectful)
(sml/apply-theme 'smart-mode-line-light)
;; Display time on mode line
(setq display-time-format "%H:%M")
@ -41,7 +41,7 @@
(require 'helm-themes)
(if (display-graphic-p)
(progn
(enable-theme 'base16-summerfruit-light)
(enable-theme 'base16-unikitty-light)
(base16-summerfruit-light-custom))
(progn
(color-theme-approximate-on)