From 33f7ea2ac5b19d504a998360835025e1d9fdefa5 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Mon, 13 May 2019 20:03:15 -0700 Subject: [emacs] add adaptive cursor. --- emacs.d/custom/fcuny-ui.el | 3 +++ 1 file changed, 3 insertions(+) (limited to 'emacs.d') 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) -- cgit 1.4.1