summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorrekado <rekado@elephly.net>2015-01-20 20:03:44 +0100
committerrekado <rekado@elephly.net>2015-01-20 20:03:44 +0100
commit8583c80faf4298efd74e9506cfa7c20fe423b7b5 (patch)
tree04a56d870691b7a0f9cdfbc8ca8ec10dc01cff65 /init.el
parentffe644a4f2a5f5dc7b1d294752a7d11a0addb51d (diff)
default to box cursor
Diffstat (limited to 'init.el')
-rw-r--r--init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/init.el b/init.el
index f675e39..8fffc18 100644
--- a/init.el
+++ b/init.el
@@ -33,6 +33,7 @@
;; sublime-themes must be installed
(load-theme 'spolsky t)
(set-cursor-color "White")
+(setq cursor-type 'box)
(setq evil-default-cursor '("white" box))
(set-background-color "#181818")