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:
Lucius Hu 2022-08-16 19:46:27 +00:00 committed by GitHub
parent eb809cc61c
commit f63d3c41b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 ()