summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2014-04-20 13:22:59 +0200
committerGravatar Tom Willemse2014-04-20 13:22:59 +0200
commit149e4acb12f4c0aa8dd9cefbc3b201d8969875b2 (patch)
tree8d323af72291b70f9cb124af893800ed09aad6b4
parent6e8bd6132a8c72ab52f98417e24d18fb8ef1f6de (diff)
downloademacs-149e4acb12f4c0aa8dd9cefbc3b201d8969875b2.tar.gz
emacs-149e4acb12f4c0aa8dd9cefbc3b201d8969875b2.zip
Move cursor type setting to init.org
-rw-r--r--.emacs.d/init.el1
-rw-r--r--.emacs.d/init.org10
2 files changed, 10 insertions, 1 deletions
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