Skip to content

Commit

Permalink
No need to blank out major-mode-remap-alist before modifying
Browse files Browse the repository at this point in the history
Fixes #861
  • Loading branch information
purcell committed Feb 14, 2024
1 parent f080949 commit 0088f4f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lisp/init-treesitter.el
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
;; Note that grammar files from different sources can be differently
;; named and configured, so there could be different results. Some
;; common remappings are included below.
(setq treesit-load-name-override-list nil
major-mode-remap-alist nil)


;;; Enable built-in and pre-installed TS modes if the grammars are available
Expand Down

0 comments on commit 0088f4f

Please sign in to comment.