Try by just using .Xresources for solarized colors.

This commit is contained in:
Julien Palard 2017-02-19 15:50:41 +01:00
parent 2f01c6485f
commit eb59a00887
1 changed files with 0 additions and 8 deletions

8
.emacs
View File

@ -178,14 +178,6 @@
(add-hook 'python-mode-hook 'jedi:setup)
;; $ cd ~/.emacs.d/
;; $ mkdir themes
;; $ cd themes/
;; $ git clone https://github.com/sellout/emacs-color-theme-solarized.git
(add-to-list 'custom-theme-load-path
"~/.emacs.d/themes/emacs-color-theme-solarized/")
(load-theme 'solarized t)
(defun xah-syntax-color-hex ()
"Syntax color hex color spec such as 「#ff1100」 in current buffer."
(interactive)