Skip to content

Commit

Permalink
spacemacs-editing-visual: enable term-cursor
Browse files Browse the repository at this point in the history
`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.
  • Loading branch information
lebensterben committed Jul 13, 2022
1 parent d48bc8d commit 99933b1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions layers/+spacemacs/spacemacs-editing-visual/packages.el
Original file line number Diff line number Diff line change
Expand Up @@ -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))

Expand Down

0 comments on commit 99933b1

Please sign in to comment.