From 149e4acb12f4c0aa8dd9cefbc3b201d8969875b2 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sun, 20 Apr 2014 13:22:59 +0200 Subject: Move cursor type setting to init.org --- .emacs.d/init.el | 1 - .emacs.d/init.org | 10 ++++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) (limited to '.emacs.d') diff --git a/.emacs.d/init.el b/.emacs.d/init.el index f296dea..2ac2ea3 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -910,7 +910,6 @@ from myaethon2.core.decorators import ( ;;;; Unconditional settings -(setq-default cursor-type 'bar) (setq-default indent-tabs-mode nil) (setq-default tab-width 4) (setq-default truncate-lines t) diff --git a/.emacs.d/init.org b/.emacs.d/init.org index 46816ea..0c77cc0 100644 --- a/.emacs.d/init.org +++ b/.emacs.d/init.org @@ -129,6 +129,16 @@ (tooltip-mode -1) #+END_SRC +** Cursor type + + I prefer using a bar as a cursor, as opposed to a box. Using a bar + is a better way of representing the location of the cursor, in my + opinion. + + #+BEGIN_SRC emacs-lisp + (setq-default cursor-type 'bar) + #+END_SRC + ** Cursors in inactive windows I use a bar cursor that's already pretty thin, so having an even -- cgit v1.2.3-54-g00ecf