summary refs log tree commit diff stats
path: root/emacs
diff options
context:
space:
mode:
authorAlan Pearce2017-08-08 11:02:14 +0200
committerAlan Pearce2017-08-08 11:02:14 +0200
commita9587ab6704d21e61775b75818e26c0997c78e52 (patch)
tree8c12ae862646409cc40fbbcb941676f1dfdff320 /emacs
parenta240cca30cb961244331e427309b18c5ae4695d4 (diff)
downloaddotfiles-a9587ab6704d21e61775b75818e26c0997c78e52.tar.lz
dotfiles-a9587ab6704d21e61775b75818e26c0997c78e52.tar.zst
dotfiles-a9587ab6704d21e61775b75818e26c0997c78e52.zip
Emacs: Remove eziam setup
Diffstat (limited to 'emacs')
-rw-r--r--emacs/.emacs.d/main.el23
1 files changed, 0 insertions, 23 deletions
diff --git a/emacs/.emacs.d/main.el b/emacs/.emacs.d/main.el
index 0ca1211..403c5b1 100644
--- a/emacs/.emacs.d/main.el
+++ b/emacs/.emacs.d/main.el
@@ -157,29 +157,6 @@
 
 ;; *** Colours
 
-;; Eziam looks nice, too, except for the non-white background.  I prefer
-;; white because most other application backgrounds are that colour.
-
-;; #+BEGIN_SRC emacs-lisp
-(use-package eziam-light-theme
-  :ensure eziam-theme
-  :disabled t
-  :if (or window-system
-          (daemonp))
-  :defines (eziam-scale-headings)
-  :config (progn
-            (setq eziam-scale-headings nil)
-            (load-theme 'eziam-light t)
-            (custom-theme-set-faces 'user
-                                    '(default ((t (:background "#ffffff"))))
-                                    '(js2-function-call ((t (:underline nil))))
-                                    '(js2-object-property ((t (:slant normal))))
-                                    '(font-lock-keyword-face ((t (:weight normal))))
-                                    '(git-gutter-fr:added ((t (:foreground "#96a4ab"))))
-                                    '(git-gutter-fr:modified ((t (:foreground "#96a4ab"))))
-                                    '(git-gutter-fr:deleted ((t (:foreground "#96a4ab")))))))
-;; #+END_SRC
-
 ;; White-theme.  Sounds like a good idea.
 
 ;; #+BEGIN_SRC emacs-lisp