Remove redundant config & auto-mode-alist entries

Much of this config is done in package autoloads, and now that
auto-mode-alist is cached in doom-package-alist (after reading autoload
files), we can save some space by removing redundant config.
This commit is contained in:
Henrik Lissner
2018-05-14 20:47:53 +02:00
parent a631c10d05
commit 8cab2f19fd
5 changed files with 17 additions and 39 deletions

View File

@ -96,11 +96,5 @@
:after web-mode)
(def-package! haml-mode :mode "\\.haml$")
(def-package! pug-mode
:mode "\\.jade$"
:mode "\\.pug$"
:config
(set! :company-backend 'pug-mode '(company-yasnippet)))
;; `pug-mode'
(set! :company-backend 'pug-mode '(company-yasnippet))