diff options
author | Thanos Apollo <[email protected]> | 2023-06-03 19:56:29 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-06-03 19:56:29 +0300 |
commit | 0d0a180fd473534a5a8da0b77aad434f7d37425a (patch) | |
tree | c53b5a009b97e210470438de631bee0763a55e3e /emacs.org | |
parent | 2053d06be6684a325730bd50067a2d7e9b8ddde3 (diff) |
emacs: add treesitter
Diffstat (limited to 'emacs.org')
-rwxr-xr-x | emacs.org | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -24,7 +24,8 @@ Set backup fails at ~~/Trash~ ** List of required packages Request the following packages: #+begin_src emacs-lisp - (defconst my-package-list '(org-snooze + (defconst my-package-list '(tree-sitter + org-snooze org-drill all-the-icons all-the-icons-dired |