GENERAL: Add adaptive cursor width

This commit is contained in:
Laurens Miers 2024-09-22 17:52:43 +02:00
parent d757ce44a8
commit f6c14e7caa

View file

@ -208,6 +208,13 @@ Narrow-region/page is a really handy feature, enable it:
#+END_SRC #+END_SRC
** Adaptive cursor width ** Adaptive cursor width
Make cursor the width of the character it is under f.e. full width of a tab.
#+BEGIN_SRC emacs-lisp
(setq x-stretch-cursor t)
#+END_SRC
* Vertico-stack * Vertico-stack
** Vertico ** Vertico