mirror of
https://github.com/correl/dotfiles.git
synced 2024-12-18 11:06:17 +00:00
[emacs] Updated color themes
This commit is contained in:
parent
5c9bd8d876
commit
dd1f794de4
3 changed files with 7 additions and 6 deletions
|
@ -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")
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue