support exs extensions as well
This commit is contained in:
parent
12025511a1
commit
d7eb095fbd
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
;;; lang/elixir/config.el -*- lexical-binding: t; -*-
|
;;; lang/elixir/config.el -*- lexical-binding: t; -*-
|
||||||
|
|
||||||
(def-package! elixir-mode
|
(def-package! elixir-mode
|
||||||
:mode "\\.ex$"
|
:mode "\\.exs?$"
|
||||||
:init
|
:init
|
||||||
(add-hook! 'elixir-mode-hook #'(turn-off-smartparens-mode alchemist))
|
(add-hook! 'elixir-mode-hook #'(turn-off-smartparens-mode alchemist))
|
||||||
:config
|
:config
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue