Add Java mode
TODO: * Research Python configuration
This commit is contained in:
parent
3399e6649a
commit
cc78325898
2 changed files with 37 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue