GENERAL: Add adaptive cursor width
This commit is contained in:
parent
d757ce44a8
commit
f6c14e7caa
1 changed files with 7 additions and 0 deletions
|
|
@ -208,6 +208,13 @@ Narrow-region/page is a really handy feature, enable it:
|
|||
#+END_SRC
|
||||
|
||||
** 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue