From f73c7915d24ba89b141760a6477a80f715b4e2ca Mon Sep 17 00:00:00 2001 From: Jeetaditya Chatterjee Date: Fri, 24 Dec 2021 15:59:53 +0000 Subject: [PATCH] docs(tree-sitter): add module to example init also add the wittism to the modules.org file --- docs/modules.org | 2 +- init.example.el | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/modules.org b/docs/modules.org index cf56d041c..7eddea11e 100644 --- a/docs/modules.org +++ b/docs/modules.org @@ -195,7 +195,7 @@ Small modules that give Emacs access to external tools & services. + [[file:../modules/tools/taskrunner/README.org][taskrunner]] - TODO + [[file:../modules/tools/terraform/README.org][terraform]] - TODO + tmux - TODO -+ [[file:../modules/tools/tree-sitter/README.org][tree-sitter]] - TODO ++ [[file:../modules/tools/tree-sitter/README.org][tree-sitter]] - syntax and parsing, sitting in a tree... + [[file:../modules/tools/upload/README.org][upload]] - TODO * :ui diff --git a/init.example.el b/init.example.el index 07bcfaa6e..0ffd639db 100644 --- a/init.example.el +++ b/init.example.el @@ -105,6 +105,7 @@ ;;taskrunner ; taskrunner for all your projects ;;terraform ; infrastructure as code ;;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 :os