Update .emacs.d/config.org
This commit is contained in:
parent
7772335614
commit
6829197014
1 changed files with 1 additions and 2 deletions
|
@ -264,7 +264,6 @@ Magit is a git client in Emacs.
|
||||||
|
|
||||||
*** Languages
|
*** Languages
|
||||||
**** tree-sitter
|
**** tree-sitter
|
||||||
|
|
||||||
Tree-sitter is a built-in Emacs package that allows us to have extremely well integrated language. Here, we're setting up the list of sources, most of them being on tree-sitter's official GitHub, as well as hooking up the languages to their different modes.
|
Tree-sitter is a built-in Emacs package that allows us to have extremely well integrated language. Here, we're setting up the list of sources, most of them being on tree-sitter's official GitHub, as well as hooking up the languages to their different modes.
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(setq treesit-language-source-alist
|
(setq treesit-language-source-alist
|
||||||
|
|
Loading…
Reference in a new issue