Skip to content

Commit

Permalink
nit(prog): minor edits
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Jul 15, 2023
1 parent 5f194cd commit 5bcb8d2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modules/me-prog.el
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
;; Install all languages when calling `treesit-auto-install-all'
(setq treesit-language-source-alist (treesit-auto--build-treesit-source-alist)))

;; To avoid installing `tree-sitter' as this fork uses the built-in `treesit'
;; To avoid installing `tree-sitter' as the used `ts-fold' fork uses the
;; built-in `treesit'
(push 'tree-sitter straight-built-in-pseudo-packages)

(use-package ts-fold
Expand Down Expand Up @@ -165,8 +166,7 @@ the children of class at point."

(use-package dumb-jump
:straight t
:commands
+dumb-jump-hydra/body
:commands +dumb-jump-hydra/body
:custom
(dumb-jump-selector 'completing-read)
:init
Expand Down

0 comments on commit 5bcb8d2

Please sign in to comment.