Use my fork of solarized-theme.

This commit is contained in:
syl20bnr 2013-04-22 18:16:47 -04:00
parent 25b5dc19cc
commit a61d17d5cd
9 changed files with 21 additions and 8 deletions

3
.gitmodules vendored
View File

@ -34,3 +34,6 @@
[submodule "extensions/flycheck"]
path = extensions/flycheck
url = http://github.com/syl20bnr/flycheck
[submodule "extensions/solarized"]
path = extensions/solarized
url = http://github.com/syl20bnr/solarized-emacs

@ -1 +1 @@
Subproject commit 729b84bf5faaf47455b8dd2e57532531991c9b63
Subproject commit 9cc7f92321a5fee8a0b822e37da9afeed80d542a

1
extensions/solarized Submodule

@ -0,0 +1 @@
Subproject commit 99c3f74de4ae9f5c4061aa489c49727614c5b5e0

View File

@ -2,7 +2,8 @@
(dolist (mode '(elixir
json
python))
python
ruby))
(add-hook (intern (concat (symbol-name mode) "-mode-hook"))
'flycheck-mode))

View File

@ -0,0 +1,13 @@
(require 'solarized)
(deftheme solarized-dark "The dark variant of the Solarized colour theme")
(create-solarized-theme 'dark 'solarized-dark)
(provide-theme 'solarized-dark)
(deftheme solarized-light "The light variant of the Solarized colour theme")
(create-solarized-theme 'light 'solarized-light)
(provide-theme 'solarized-light)
(if (equal system-name "QUE-WKS-AA427-Linux")
(load-theme 'solarized-light t)
(load-theme 'solarized-dark t))

View File

@ -1,3 +0,0 @@
(if (equal system-name "QUE-WKS-AA427-Linux")
(load-theme 'solarized-light t)
(load-theme 'solarized-dark t))

View File

@ -43,7 +43,6 @@
;; Setup ======================================================================
(load-user-config)
(require 'my-funcs)
(require 'my-macros)
(require 'pre-extensions)
@ -51,7 +50,6 @@
(require 'post-extensions)
(require 'my-keybindings)
(require 'my-keychords)
(load-host-config)
;; Customized settings =====================================================
(require 'custom-settings)

View File

@ -63,7 +63,6 @@
ruby-mode
ruby-test-mode
smart-operator
solarized-theme
sr-speedbar
stripe-buffer
surround

View File

@ -13,6 +13,7 @@
o-blog
pylookup
revive
solarized
window-numbering
))