summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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