From 39cc9c96e7c49fe106e75398b3303b2b5e5dd239 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Tue, 3 Dec 2019 22:11:13 -0500 Subject: emacs: update packages --- .emacs.d/init.el | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to '.emacs.d/init.el') diff --git a/.emacs.d/init.el b/.emacs.d/init.el index c423411..4b93e7a 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -313,9 +313,7 @@ For disabling the behaviour for certain buffers and/or modes." scroll-conservatively 10 scroll-preserve-screen-position 1 ;; focus follows mouse - mouse-autoselect-window t - ;; custom fill-column - fill-column b/fill-column) + mouse-autoselect-window t) (setq-default ;; always use space for indentation -- cgit v1.2.3-83-g751a