mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-06 15:13:33 -05: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:
@@ -40,7 +40,6 @@
|
||||
|
||||
(use-package! zig-ts-mode
|
||||
:when (modulep! +tree-sitter)
|
||||
:when (fboundp 'zig-ts-mode)
|
||||
:defer t
|
||||
:init
|
||||
;; REVIEW: maxxnino/tree-sitter-zig is unmaintained; waiting for alternatives.
|
||||
|
Reference in New Issue
Block a user