Don't ensure treesit-auto is installed
Might not be due to emacs compilation options on other systems
This commit is contained in:
parent
4c7bc1462e
commit
99aed74787
|
@ -427,7 +427,6 @@
|
|||
(ibuffer-do-sort-by-project-file-relative))))))
|
||||
|
||||
(use-package treesit-auto
|
||||
:ensure t
|
||||
:config (global-treesit-auto-mode +1))
|
||||
|
||||
(setq direnv-always-show-summary nil)
|
||||
|
|
|
@ -495,7 +495,6 @@ For reference information, see [[https://orgmode.com][Org-mode website]]
|
|||
(ibuffer-do-sort-by-project-file-relative))))))
|
||||
|
||||
(use-package treesit-auto
|
||||
:ensure t
|
||||
:config (global-treesit-auto-mode +1))
|
||||
|
||||
(setq direnv-always-show-summary nil)
|
||||
|
|
Loading…
Reference in a new issue