summaryrefslogtreecommitdiffstats
path: root/.emacs.d/init.org
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/init.org')
-rw-r--r--.emacs.d/init.org10
1 files changed, 10 insertions, 0 deletions
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