diff options
author | oreodave <aryadevchavali1@gmail.com> | 2019-08-17 03:25:10 +0100 |
---|---|---|
committer | oreodave <aryadevchavali1@gmail.com> | 2019-08-17 03:25:10 +0100 |
commit | 759c502d24cf21eafbf7fd769f7fc6b3c024461f (patch) | |
tree | 3cb749b8c6e350a9a1d1f70d36da1b797cc72b91 | |
parent | 9139ddbbd0c022094cb1fed7dbfd9082fa342254 (diff) | |
download | dotfiles-759c502d24cf21eafbf7fd769f7fc6b3c024461f.tar.gz dotfiles-759c502d24cf21eafbf7fd769f7fc6b3c024461f.tar.bz2 dotfiles-759c502d24cf21eafbf7fd769f7fc6b3c024461f.zip |
+two custom indent variables for js and pug
-rw-r--r-- | doom.d/init.el | 2 |
1 files changed, 2 insertions, 0 deletions
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 |