Variable: treemacs-move-files-by-mouse-dragging

treemacs-move-files-by-mouse-dragging is a customizable variable defined in treemacs-customization.el.

Value

t

Documentation

When non-nil treemacs will move files by dragging with the mouse.

Source Code

;; Defined in ~/.emacs.d/elpa/treemacs-20251226.1307/treemacs-customization.el
(defcustom treemacs-move-files-by-mouse-dragging t
  "When non-nil treemacs will move files by dragging with the mouse."
  :group 'treemacs-mouse
  :type 'boolean)