From 59d561e030b297e6143ec1d679ec0c0f3d42fc23 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sat, 24 Aug 2019 11:20:51 -0700 Subject: [emacs] don't stretch cursor on tabs this is pretty ugly and not really helpful. --- emacs.d/custom/fcuny-ui.el | 3 --- 1 file changed, 3 deletions(-) (limited to 'emacs.d/custom') diff --git a/emacs.d/custom/fcuny-ui.el b/emacs.d/custom/fcuny-ui.el index e5b9356..3eea9cb 100644 --- a/emacs.d/custom/fcuny-ui.el +++ b/emacs.d/custom/fcuny-ui.el @@ -33,9 +33,6 @@ (setq uniquify-buffer-name-style 'forward) (setq uniquify-separator "/")) -;; Adaptive cursor width shows width of character, e.g. TAB. -(setq x-stretch-cursor t) - (use-package hydra :ensure t) -- cgit 1.4.1