This commit is contained in:
parent
d1ee6a12ed
commit
4be55a9351
6 changed files with 197 additions and 204 deletions
|
|
@ -14,10 +14,11 @@
|
|||
:after (elixir-mode lsp-mode lsp-ui)
|
||||
:defer t)
|
||||
|
||||
(with-eval-after-load 'elixir-ts-mode
|
||||
(with-eval-after-load 'elixir-mode
|
||||
(add-to-list 'auto-mode-alist '("\\.exs\\'" . elixir-ts-mode))
|
||||
(add-to-list 'auto-mode-alist '("\\.ex\\'" . elixir-ts-mode)))
|
||||
|
||||
|
||||
(transient-define-prefix icejam-elixir-lang-menu ()
|
||||
"Elixir Buffer Commands."
|
||||
[""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue