summary refs log tree commit diff stats
path: root/emacs/.emacs.d
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/.emacs.d')
-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")))