spacemacs-editing-visual: fix term-cursor logic
As reported in comment of PR #15680, it should be enabled in non graphical usage.
This commit is contained in:
parent
eb809cc61c
commit
f63d3c41b0
1 changed files with 1 additions and 1 deletions
|
@ -159,7 +159,7 @@
|
|||
(use-package term-cursor
|
||||
:defer t
|
||||
:init
|
||||
(when (display-graphic-p)
|
||||
(unless (display-graphic-p)
|
||||
(global-term-cursor-mode))))
|
||||
|
||||
(defun spacemacs-editing-visual/init-volatile-highlights ()
|
||||
|
|
Reference in a new issue