spacemacs-editing-visual: enable term-cursor

`term-cursor` was added to provide configurable cursor shape and colour when
Emacs is running in a terminal. Originally, it would not be enabled when the
user is using `evil` editing style, as `evil-terminal-cursor-changer` seems to
be a better alternative.

As explained in commit #d48bc8d9 `evil-terminal-cursor-changer` has buggy
behaviours and was removed. This commit therefore enables `term-cursor` for all
editing styles in terminal Emacs.
This commit is contained in:
Lucius Hu 2022-07-12 23:27:29 -04:00
parent d48bc8d90b
commit 99933b1fb3
No known key found for this signature in database
GPG Key ID: 7E474E82E29B5A7A
1 changed files with 1 additions and 2 deletions

View File

@ -33,8 +33,7 @@
highlight-parentheses
indent-guide
rainbow-delimiters
(term-cursor :location (recipe :fetcher github :repo "h0d/term-cursor.el")
:toggle (not (configuration-layer/package-used-p 'evil)))
(term-cursor :location (recipe :fetcher github :repo "h0d/term-cursor.el"))
volatile-highlights
writeroom-mode))