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