ADD treesitter-mode for C
This commit is contained in:
parent
8b3f426ae1
commit
c748fb94c4
1 changed files with 8 additions and 0 deletions
|
|
@ -548,6 +548,14 @@ Magit depends on this and it seems it's not installed as a dependency, so instal
|
||||||
)
|
)
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
|
** C-programming
|
||||||
|
|
||||||
|
*** Tree-sitter
|
||||||
|
|
||||||
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
(add-to-list 'major-mode-remap-alist '(c-mode . c-ts-mode))
|
||||||
|
#+END_SRC
|
||||||
|
|
||||||
* Multiple cursors
|
* Multiple cursors
|
||||||
|
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue