From 7bf363a46ad6f97aeda7b7c910f84bba42ef5b94 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Mon, 10 Oct 2016 22:17:19 +0200 Subject: Change default cursor type --- emacs/.emacs.d/init.org | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/emacs/.emacs.d/init.org b/emacs/.emacs.d/init.org index 0fb3fae..c4970c6 100644 --- a/emacs/.emacs.d/init.org +++ b/emacs/.emacs.d/init.org @@ -229,6 +229,14 @@ To start off, first I need to enable lexical binding. (scroll-bar-mode -1) #+END_SRC +* Cursor + + Use a bar cursor instead of a box. + + #+BEGIN_SRC emacs-lisp + (setq-default cursor-type '(bar . 2)) + #+END_SRC + * Whitespace I hate it when trailing whitespace is left around a file. I've been -- cgit v1.2.3-54-g00ecf