Variable: treemacs-wrap-around
treemacs-wrap-around is a customizable variable defined in
treemacs-customization.el.
Value
t
Documentation
When non-nil treemacs will wrap around buffer edges when moving between lines.
Source Code
;; Defined in ~/.emacs.d/elpa/treemacs-20251226.1307/treemacs-customization.el
(defcustom treemacs-wrap-around t
"When non-nil treemacs will wrap around buffer edges when moving between lines."
:type 'boolean
:group 'treemacs)