diff options
author | Franck Cuny <fcuny@twitter.com> | 2019-05-13 20:03:15 -0700 |
---|---|---|
committer | Franck Cuny <fcuny@twitter.com> | 2019-05-13 20:03:15 -0700 |
commit | 33f7ea2ac5b19d504a998360835025e1d9fdefa5 (patch) | |
tree | 32b6787a49125d4611d7ab1f5deba5c475f1f776 | |
parent | [emacs] clean up weekly review template. (diff) | |
download | emacs.d-33f7ea2ac5b19d504a998360835025e1d9fdefa5.tar.gz |
[emacs] add adaptive cursor.
Diffstat (limited to '')
-rw-r--r-- | emacs.d/custom/fcuny-ui.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/emacs.d/custom/fcuny-ui.el b/emacs.d/custom/fcuny-ui.el index c1004d6..e466a36 100644 --- a/emacs.d/custom/fcuny-ui.el +++ b/emacs.d/custom/fcuny-ui.el @@ -33,4 +33,7 @@ (setq uniquify-buffer-name-style 'forward) (setq uniquify-separator "/")) +;; Adaptive cursor width shows width of character, e.g. TAB. +(setq x-stretch-cursor t) + (provide 'fcuny-ui) |