[emacs] Updated color themes

This commit is contained in:
Correl Roush 2013-08-21 10:10:17 -04:00
parent 5c9bd8d876
commit dd1f794de4
3 changed files with 7 additions and 6 deletions

View file

@ -12,6 +12,10 @@
(depends-on "expand-region")
(depends-on "powerline")
;; Themes
(depends-on "theme-park-mode")
(depends-on "twilight-theme")
(depends-on "late-night-theme")
;; PHP
(depends-on "multi-web-mode")
(depends-on "php-mode")

View file

@ -11,12 +11,6 @@
;; by default should be "emacs"
(setq inferior-erlang-machine-options '("-sname" "emacs"))))
(require 'color-theme)
(color-theme-initialize)
(if (display-graphic-p)
(color-theme-ld-dark)
(color-theme-ld-dark))
;; Lisp-Flavored Erlang
(add-to-list
'load-path

View file

@ -19,6 +19,9 @@
;; Emacs
(global-set-key (kbd "C-,") 'kill-whole-line)
;; Theme
(load-theme 'twilight t)
;; ido-mode
(ido-mode)
(setq ido-enable-flex-matching t)