Add 'adaptive cursor width'

This commit is contained in:
laurens 2019-09-04 19:05:16 +02:00
parent fad0df1881
commit ec26fd8237

View file

@ -256,6 +256,14 @@ This small function just switches the focus to the newly opened window so we can
(add-hook 'help-mode-hook 'move-to-help-window) (add-hook 'help-mode-hook 'move-to-help-window)
#+END_SRC #+END_SRC
** Adaptive cursor width
Make cursor the width of the character it is under f.e. full diwth of a tab.
#+BEGIN_SRC emacs-lisp
(setq x-stretch-cursor t)
#+END_SRC
* Which-key * Which-key
Display available keybindings in popup: Display available keybindings in popup: