Skip to content

Commit

Permalink
Cursor type is set to nil in evil when treemacs-show-cursor is disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronjensen committed Jun 29, 2024
1 parent 54ef590 commit 3f40e31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/elisp/treemacs-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ Will simply return `treemacs--eldoc-msg'."
(setq evil-treemacs-state-cursor
(if treemacs-show-cursor
evil-motion-state-cursor
'(bar . 0)))))
(lambda () (setq cursor-type nil))))))

;; higher fuzz value makes it less likely to start a mouse drag
;; and make a switch to visual state
Expand Down

0 comments on commit 3f40e31

Please sign in to comment.