From 66d9186ccf874950d6f1267791ad86d61d0af7e6 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Mon, 12 Jun 2017 14:56:20 +0200 Subject: Emacs: Don't slant JS object property keywords It doesn't work well with computed properties and smartparens. I'm not too concerned about why right now, so just work around it. --- emacs/.emacs.d/init.org | 1 + 1 file changed, 1 insertion(+) (limited to 'emacs/.emacs.d/init.org') diff --git a/emacs/.emacs.d/init.org b/emacs/.emacs.d/init.org index 745bba8..b4d7c87 100644 --- a/emacs/.emacs.d/init.org +++ b/emacs/.emacs.d/init.org @@ -197,6 +197,7 @@ Eziam looks nice, too (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")))) -- cgit 1.4.1