summary refs log tree commit diff stats
path: root/tag-emacs/emacs.d/init.org
diff options
context:
space:
mode:
authorAlan Pearce2017-02-07 12:07:12 +0100
committerAlan Pearce2017-02-07 12:07:12 +0100
commit2087353c177eb3eddffc6b7746ff533e374b9b3a (patch)
tree929dd094cb58f65d2b9e2635384319f9ec69ad88 /tag-emacs/emacs.d/init.org
parent5d1e45b22d968d016dd2bb419e080c6679ef3081 (diff)
downloaddotfiles-2087353c177eb3eddffc6b7746ff533e374b9b3a.tar.lz
dotfiles-2087353c177eb3eddffc6b7746ff533e374b9b3a.tar.zst
dotfiles-2087353c177eb3eddffc6b7746ff533e374b9b3a.zip
Emacs: Make bar cursor thinner
Diffstat (limited to 'tag-emacs/emacs.d/init.org')
-rw-r--r--tag-emacs/emacs.d/init.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org
index d2fd813..a38cc75 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 ()