mirror of
https://github.com/doomemacs/doomemacs.git
synced 2025-12-15 14:51:01 -08:00
fix(elixir): duplicate auto-mode-alist entries
Due to copypasta typo.
Amend: 0c311a5172
This commit is contained in:
parent
4df993d683
commit
22e03d7e90
1 changed files with 3 additions and 2 deletions
|
|
@ -65,8 +65,9 @@
|
|||
(heex :url "https://github.com/phoenixframework/tree-sitter-heex"
|
||||
:rev "v0.7.0")))
|
||||
:config
|
||||
;; HACK: Rely on `major-mode-remap-defaults'.
|
||||
(cl-callf2 rassq-delete-all 'php-ts-mode auto-mode-alist)
|
||||
;; HACK: Rely on `major-mode-remap-defaults' (and elixir-mode's autoloaded
|
||||
;; auto-mode-alist entries).
|
||||
(cl-callf2 rassq-delete-all 'elixir-ts-mode auto-mode-alist)
|
||||
|
||||
(+elixir-common-config 'elixir-ts-mode))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue