From d854b38dd582527f77cbf1348fba1d1c8e71bd9d Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Tue, 31 Dec 2013 00:35:46 +0100 Subject: Set cursor-type to bar --- .emacs.d/init.el | 2 ++ 1 file changed, 2 insertions(+) (limited to '.emacs.d/init.el') 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. -- cgit v1.2.3-54-g00ecf