From 987a4ccc7c37fc06be25a477cfff2484c8f8b214 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Tue, 31 Dec 2013 00:42:40 +0100 Subject: Set cursor-type default, don't show cursor in other window --- .emacs.d/init.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to '.emacs.d/init.el') diff --git a/.emacs.d/init.el b/.emacs.d/init.el index fe99f6d..a669c40 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -865,8 +865,10 @@ If no direction is given, don't split." :weight 'normal)) (setq-default bidi-paragraph-direction 'left-to-right) -(setq-default tab-width 4) +(setq-default cursor-in-non-selected-windows nil) +(setq-default cursor-type 'bar) (setq-default indent-tabs-mode nil) +(setq-default tab-width 4) (setq-default truncate-lines t) (setq custom-file "~/.emacs.d/custom.el") @@ -884,7 +886,6 @@ 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