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
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
5 changed files with 17 additions and 39 deletions

View file

@ -1,8 +1,8 @@
;;; lang/elixir/config.el -*- lexical-binding: t; -*-
(def-package! elixir-mode
:mode "\\.exs?$"
:mode "\\.elixir2$"
:mode "\\.exs?\\'"
:mode "\\.elixir2\\'"
:init
;; sp's default elixir rules are obnoxious, so disable them
(provide 'smartparens-elixir)