nit: minor comment reformatting & revision

This commit is contained in:
Henrik Lissner 2024-03-26 10:39:24 -04:00
parent 639fcc6a2e
commit 7acfb0c77c
No known key found for this signature in database
GPG key ID: B60957CA074D39A3
5 changed files with 8 additions and 9 deletions

View file

@ -26,7 +26,7 @@ This must be set before `treemacs' has loaded.")
treemacs-persist-file (concat doom-cache-dir "treemacs-persist")
treemacs-last-error-persist-file (concat doom-cache-dir "treemacs-last-error-persist"))
:config
;; Don't follow the cursor
;; Don't follow the cursor (it's more disruptive/jarring than helpful as a default)
(treemacs-follow-mode -1)
(set-popup-rule! "^ ?\\*Treemacs" :ignore t)