From 2087353c177eb3eddffc6b7746ff533e374b9b3a Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Tue, 7 Feb 2017 12:07:12 +0100 Subject: Emacs: Make bar cursor thinner --- tag-emacs/emacs.d/init.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tag-emacs/emacs.d/init.org') 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 () -- cgit 1.4.1