summary refs log tree commit diff stats
path: root/emacs
diff options
context:
space:
mode:
authorAlan Pearce2017-05-23 10:27:07 +0200
committerAlan Pearce2017-05-23 10:27:07 +0200
commit0932ad09f394290acf40c3dfffbcd1f61821b16b (patch)
treea03d5685f4cc046ec83ddfed5393dbb624a9615e /emacs
parentf44fe9318f27659a278af650d11f7e87e211fd6d (diff)
downloaddotfiles-0932ad09f394290acf40c3dfffbcd1f61821b16b.tar.lz
dotfiles-0932ad09f394290acf40c3dfffbcd1f61821b16b.tar.zst
dotfiles-0932ad09f394290acf40c3dfffbcd1f61821b16b.zip
Emacs: Simplify code display in eziam
Diffstat (limited to 'emacs')
-rw-r--r--emacs/.emacs.d/init.org2
1 files changed, 2 insertions, 0 deletions
diff --git a/emacs/.emacs.d/init.org b/emacs/.emacs.d/init.org
index 7cc2c99..2163361 100644
--- a/emacs/.emacs.d/init.org
+++ b/emacs/.emacs.d/init.org
@@ -173,6 +173,8 @@ Eziam looks nice, too
   :config (progn
             (setq eziam-scale-headings nil)
             (load-theme 'eziam-light t)
+            (set-face-underline 'js2-function-call nil)
+            (set-face-bold 'font-lock-keyword-face nil)
             (set-face-foreground 'git-gutter-fr:added "#96a4ab")
             (set-face-foreground 'git-gutter-fr:modified "#96a4ab")
             (set-face-foreground 'git-gutter-fr:deleted "#96a4ab")))