summary refs log tree commit diff
path: root/emacs.d/custom
diff options
context:
space:
mode:
authorFranck Cuny <fcuny@twitter.com>2019-05-13 20:03:15 -0700
committerFranck Cuny <fcuny@twitter.com>2019-05-13 20:03:15 -0700
commit33f7ea2ac5b19d504a998360835025e1d9fdefa5 (patch)
tree32b6787a49125d4611d7ab1f5deba5c475f1f776 /emacs.d/custom
parent[emacs] clean up weekly review template. (diff)
downloademacs.d-33f7ea2ac5b19d504a998360835025e1d9fdefa5.tar.gz
[emacs] add adaptive cursor.
Diffstat (limited to 'emacs.d/custom')
-rw-r--r--emacs.d/custom/fcuny-ui.el3
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)