Browse Source

[emacs] Enable tree-sitter for TS support

Colin Powell 7 hours ago
parent
commit
94b5f324f7
1 changed files with 2 additions and 2 deletions
  1. 2 2
      emacs/.config/doom/init.el

+ 2 - 2
emacs/.config/doom/init.el

@@ -105,8 +105,8 @@
        ;;rgb               ; creating color strings
        ;;rgb               ; creating color strings
        ;;taskrunner        ; taskrunner for all your projects
        ;;taskrunner        ; taskrunner for all your projects
        ;;terraform         ; infrastructure as code
        ;;terraform         ; infrastructure as code
-       ;;tmux              ; an API for interacting with tmux
-       ;;tree-sitter       ; syntax and parsing, sitting in a tree...
+       tmux              ; an API for interacting with tmux
+       tree-sitter       ; syntax and parsing, sitting in a tree...
        ;;upload            ; map local to remote projects via ssh/ftp
        ;;upload            ; map local to remote projects via ssh/ftp
 
 
        :os
        :os