summaryrefslogtreecommitdiffstats
path: root/.emacs.d/init.el
diff options
context:
space:
mode:
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.