zenburn -> monokai
This commit is contained in:
parent
c15f88569e
commit
a0d8e33009
4
init.el
4
init.el
@ -41,7 +41,7 @@
|
|||||||
find-file-in-project idle-highlight-mode
|
find-file-in-project idle-highlight-mode
|
||||||
paredit inf-ruby undo-tree rainbow-delimiters
|
paredit inf-ruby undo-tree rainbow-delimiters
|
||||||
smex solarized-theme zenburn-theme
|
smex solarized-theme zenburn-theme
|
||||||
color-theme-wombat+ scala-mode2 ensime)
|
scala-mode2 ensime monokai-theme)
|
||||||
"Packages that must be installed at launch.")
|
"Packages that must be installed at launch.")
|
||||||
|
|
||||||
(defun ensure-package-installed (packages)
|
(defun ensure-package-installed (packages)
|
||||||
@ -264,7 +264,7 @@ Return a list of installed packages or nil for every package not installed."
|
|||||||
;; Appearance
|
;; Appearance
|
||||||
;; =============================================================================
|
;; =============================================================================
|
||||||
|
|
||||||
(load-theme 'zenburn t)
|
(load-theme 'monokai t)
|
||||||
(require 'color-theme)
|
(require 'color-theme)
|
||||||
(require 'whitespace)
|
(require 'whitespace)
|
||||||
(require 'rainbow-delimiters)
|
(require 'rainbow-delimiters)
|
||||||
|
Loading…
Reference in New Issue
Block a user