summaryrefslogtreecommitdiffstats
path: root/.emacs.d/init.el
diff options
context:
space:
mode:
authorGravatar Tom Willemse2013-12-31 00:35:46 +0100
committerGravatar Tom Willemse2013-12-31 00:35:46 +0100
commitd854b38dd582527f77cbf1348fba1d1c8e71bd9d (patch)
treeb8056c2c9b7cb21da67c28702295a91b0b86c2a5 /.emacs.d/init.el
parent666690a392f76d38cf4898f69b9e19329cd667d5 (diff)
downloademacs-d854b38dd582527f77cbf1348fba1d1c8e71bd9d.tar.gz
emacs-d854b38dd582527f77cbf1348fba1d1c8e71bd9d.zip
Set cursor-type to bar
Diffstat (limited to '.emacs.d/init.el')
-rw-r--r--.emacs.d/init.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index fc4b2b7..fe99f6d 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -868,6 +868,7 @@ If no direction is given, don't split."
(setq-default tab-width 4)
(setq-default indent-tabs-mode nil)
(setq-default truncate-lines t)
+
(setq custom-file "~/.emacs.d/custom.el")
(setq default-frame-alist
`((border-width . 0)
@@ -883,6 +884,7 @@ If no direction is given, don't split."
(setq user-full-name "Tom Willemse")
(setq window-combination-resize t)
(setq scroll-preserve-screen-position t)
+(setq cursor-type 'bar)
;; Can't be put in an eval-after-load or such because by then it will
;; be too late.