diff options
author | 2019-12-03 22:11:13 -0500 | |
---|---|---|
committer | 2019-12-03 22:11:13 -0500 | |
commit | 39cc9c96e7c49fe106e75398b3303b2b5e5dd239 (patch) | |
tree | a8cff463ca6f12f2bef899b20d74f3b161e10143 /.emacs.d/init.el | |
parent | 3280b75e83a47907f3c3e6ea79c241da207e1a84 (diff) | |
download | configs-39cc9c96e7c49fe106e75398b3303b2b5e5dd239.tar.gz configs-39cc9c96e7c49fe106e75398b3303b2b5e5dd239.tar.xz configs-39cc9c96e7c49fe106e75398b3303b2b5e5dd239.zip |
emacs: update packages
Diffstat (limited to '.emacs.d/init.el')
-rw-r--r-- | .emacs.d/init.el | 4 |
1 files changed, 1 insertions, 3 deletions
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 |