Change default cursor type
This commit is contained in:
parent
299f0eff80
commit
7bf363a46a
1 changed files with 8 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue