WIP
This commit is contained in:
parent
2136801950
commit
9822045da5
2 changed files with 7 additions and 0 deletions
|
@ -2,3 +2,8 @@
|
|||
(setq org-directory "~/src/notes/org/")
|
||||
(with-eval-after-load 'treemacs
|
||||
(define-key treemacs-mode-map [mouse-1] #'treemacs-single-click-expand-action))
|
||||
(use-package! tree-sitter
|
||||
:config
|
||||
(require 'tree-sitter-langs)
|
||||
(global-tree-sitter-mode)
|
||||
(add-hook 'tree-sitter-after-on-hook #'tree-sitter-hl-mode))
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
(package! tree-sitter)
|
||||
(package! tree-sitter-langs)
|
Loading…
Add table
Add a link
Reference in a new issue