docs/api: revise snippet description

This commit is contained in:
Henrik Lissner 2019-11-01 14:59:31 -04:00
parent 61aebae782
commit 2a63faf0d2
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -388,10 +388,11 @@ It is integrated into Helpful, in Doom.
#+END_SRC #+END_SRC
** Update cursor shape under terminal Emacs ** Update cursor shape under terminal Emacs
Install [[https://github.com/7696122/evil-terminal-cursor-changer][evil-terminal-cursor-changer]]. The package isn't included in Doom because
Install [[https://github.com/7696122/evil-terminal-cursor-changer][evil-terminal-cursor-changer]]. Since the package is no longer maintained it is not maintained, unreasonably buggy, and lacks support for a number of
and lack support for a number of terminals, doom emacs opts NOT to incorporate terminals. Where it fails, it inserts unexpected characters into the buffer. To
this package in at this moment. uphold the principle of least surprise, an unchanging cursor is less surprising
than unwarranted characters.
#+BEGIN_SRC elisp #+BEGIN_SRC elisp
;; ~/.doom.d/packages.el ;; ~/.doom.d/packages.el
@ -402,5 +403,5 @@ this package in at this moment.
:hook (tty-setup . evil-terminal-cursor-changer-activate)) :hook (tty-setup . evil-terminal-cursor-changer-activate))
#+END_SRC #+END_SRC
Alternative, there is an updated version: [[https://github.com/amosbird/evil-terminal-cursor-changer][amosbird/evil-terminal-cursor-changer]], Alternatively, an updated version exists at
which fixed some issues for urxvt and tmux. [[https://github.com/amosbird/evil-terminal-cursor-changer][amosbird/evil-terminal-cursor-changer]], with support for urxvt and tmux.