diff --git a/init.org b/init.org index f825f7e..2f4d77a 100644 --- a/init.org +++ b/init.org @@ -4683,7 +4683,9 @@ Create advice for =lispy-pair= - if =lispy--in-string-or-comment-p= is true, sel (use-package treemacs :disabled t :bind (:map treemacs-mode-map - ([mouse-1] . #'treemacs-single-click-expand-action)) + ([mouse-1] . #'treemacs-TAB-action) + ("c" . #'treemacs-previous-line) + ("r" . #'treemacs-next-line)) :config (treemacs-tag-follow-mode) (treemacs-toggle-fixed-width)