diff options
author | oreodave <aryadevchavali1@gmail.com> | 2019-08-08 12:37:04 +0100 |
---|---|---|
committer | oreodave <aryadevchavali1@gmail.com> | 2019-08-08 12:37:04 +0100 |
commit | 68dd8a3c1c94641faae13a532f6bb067164f234e (patch) | |
tree | 39c72aebf439634d92135a2a6c4ece68c8669155 /doom.d/config.org | |
parent | 7581957be0ff8cc0da83d1f9d1d0b22c41ddfce1 (diff) | |
download | dotfiles-68dd8a3c1c94641faae13a532f6bb067164f234e.tar.gz dotfiles-68dd8a3c1c94641faae13a532f6bb067164f234e.tar.bz2 dotfiles-68dd8a3c1c94641faae13a532f6bb067164f234e.zip |
+auto-mode for ejs -> web mode
Diffstat (limited to 'doom.d/config.org')
-rw-r--r-- | doom.d/config.org | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doom.d/config.org b/doom.d/config.org index fb089bd..fa38104 100644 --- a/doom.d/config.org +++ b/doom.d/config.org @@ -19,6 +19,7 @@ become my C one soon! (setq doom-localleader-key ",") (setq projectile-tags-command "exctags -Re --exclude=Makefile --exclude=node_modules --exclude=bin --exclude=obj --exclude=dist") (setq warning-minimum-level :emergency) +(add-to-list 'auto-mode-alist '("\\.ejs\\" . web-mode)) #+END_SRC - '<SPC>m' is right next to ',', so may as well use one tap instead of two - Projectile tags commands |