Skip to content

Commit f63d3c4

Browse files
authored
spacemacs-editing-visual: fix term-cursor logic
As reported in comment of PR syl20bnr#15680, it should be enabled in non graphical usage.
1 parent eb809cc commit f63d3c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layers/+spacemacs/spacemacs-editing-visual/packages.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@
159159
(use-package term-cursor
160160
:defer t
161161
:init
162-
(when (display-graphic-p)
162+
(unless (display-graphic-p)
163163
(global-term-cursor-mode))))
164164

165165
(defun spacemacs-editing-visual/init-volatile-highlights ()

0 commit comments

Comments
 (0)