Change default cursor type

This commit is contained in:
Tom Willemse 2016-10-10 22:17:19 +02:00
parent 299f0eff80
commit 7bf363a46a

View file

@ -229,6 +229,14 @@ To start off, first I need to enable lexical binding.
(scroll-bar-mode -1) (scroll-bar-mode -1)
#+END_SRC #+END_SRC
* Cursor
Use a bar cursor instead of a box.
#+BEGIN_SRC emacs-lisp
(setq-default cursor-type '(bar . 2))
#+END_SRC
* Whitespace * Whitespace
I hate it when trailing whitespace is left around a file. I've been I hate it when trailing whitespace is left around a file. I've been