mirror of
https://github.com/doomemacs/doomemacs.git
synced 2025-12-15 14:51:01 -08:00
refactor(:lang): remove fboundp checks for *-ts-modes
The major-mode-remap advice will handle undefined modes, so all these extra checks aren't needed.
This commit is contained in:
parent
71f137c6b0
commit
84e8ae58d1
10 changed files with 5 additions and 10 deletions
|
|
@ -57,7 +57,6 @@
|
|||
|
||||
(use-package! scala-ts-mode
|
||||
:when (modulep! +tree-sitter)
|
||||
:when (fboundp 'treesit-available-p)
|
||||
:defer t
|
||||
:init
|
||||
(set-tree-sitter! 'scala-mode 'scala-ts-mode
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue