From 759c502d24cf21eafbf7fd769f7fc6b3c024461f Mon Sep 17 00:00:00 2001 From: oreodave Date: Sat, 17 Aug 2019 03:25:10 +0100 Subject: +two custom indent variables for js and pug --- doom.d/init.el | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doom.d/init.el') diff --git a/doom.d/init.el b/doom.d/init.el index 8eb28d1..ef5d37d 100644 --- a/doom.d/init.el +++ b/doom.d/init.el @@ -209,7 +209,9 @@ '(jdee-db-active-breakpoint-face-colors (cons "#1B2229" "#51afef")) '(jdee-db-requested-breakpoint-face-colors (cons "#1B2229" "#98be65")) '(jdee-db-spec-breakpoint-face-colors (cons "#1B2229" "#3f444a")) + '(js-indent-level 2) '(objed-cursor-color "#ff6c6b") + '(pug-tab-width 2) '(vc-annotate-background "#282c34") '(vc-annotate-color-map (list -- cgit v1.2.3-13-gbd6f