diff options
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) |