all repos — nixfiles @ 66d9186ccf874950d6f1267791ad86d61d0af7e6

System and user configuration, managed by nix and home-manager

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.

Alan Pearce
commit

66d9186ccf874950d6f1267791ad86d61d0af7e6

parent

aeeac53fe665030a84766755482137444abc231e

1 file changed, 1 insertion(+), 0 deletions(-)

jump to
M emacs/.emacs.d/init.orgemacs/.emacs.d/init.org
@@ -197,6 +197,7 @@ (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"))))