diff options
author | Alan Pearce | 2017-02-07 12:07:12 +0100 |
---|---|---|
committer | Alan Pearce | 2017-02-07 12:07:12 +0100 |
commit | 2087353c177eb3eddffc6b7746ff533e374b9b3a (patch) | |
tree | 929dd094cb58f65d2b9e2635384319f9ec69ad88 | |
parent | 5d1e45b22d968d016dd2bb419e080c6679ef3081 (diff) | |
download | nixfiles-2087353c177eb3eddffc6b7746ff533e374b9b3a.tar.lz nixfiles-2087353c177eb3eddffc6b7746ff533e374b9b3a.tar.zst nixfiles-2087353c177eb3eddffc6b7746ff533e374b9b3a.zip |
Emacs: Make bar cursor thinner
-rw-r--r-- | tag-emacs/emacs.d/init.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org index d2fd8139..a38cc75c 100644 --- a/tag-emacs/emacs.d/init.org +++ b/tag-emacs/emacs.d/init.org @@ -161,7 +161,7 @@ Let’s try a basic theme. (setq-default mode-line-format nil) (setq mode-line-default-hidden t))) - (setq-default cursor-type 'bar) + (setq-default cursor-type '(bar . 1)) (setq-default cursor-in-non-selected-windows nil) (defun hide-clutter () |