From eb59a008871707be742577f9d4a483f37eb98fa8 Mon Sep 17 00:00:00 2001 From: Julien Palard Date: Sun, 19 Feb 2017 15:50:41 +0100 Subject: [PATCH] Try by just using .Xresources for solarized colors. --- .emacs | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.emacs b/.emacs index cf2767c..b842570 100644 --- a/.emacs +++ b/.emacs @@ -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)