diff options
author | Franck Cuny <fcuny@twitter.com> | 2019-08-24 11:20:51 -0700 |
---|---|---|
committer | Franck Cuny <fcuny@twitter.com> | 2019-08-24 11:20:51 -0700 |
commit | 59d561e030b297e6143ec1d679ec0c0f3d42fc23 (patch) | |
tree | 1b69053833c45e0afb54882d6bd0911b2432e9e2 /emacs | |
parent | [emacs] add list of tools needed for go (diff) | |
download | emacs.d-59d561e030b297e6143ec1d679ec0c0f3d42fc23.tar.gz |
[emacs] don't stretch cursor on tabs
this is pretty ugly and not really helpful.
Diffstat (limited to '')
-rw-r--r-- | emacs.d/custom/fcuny-ui.el | 3 |
1 files changed, 0 insertions, 3 deletions
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) |