From 3a51896b1758880b02f3e0be02c05366b8a06f25 Mon Sep 17 00:00:00 2001 From: jao Date: Sat, 22 Jan 2022 00:11:23 +0000 Subject: nits --- init.org | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'init.org') diff --git a/init.org b/init.org index 7c801f5..17ca5f3 100644 --- a/init.org +++ b/init.org @@ -1083,9 +1083,6 @@ scroll-margin 4 scroll-step 2 redisplay-skip-fontification-on-input t) - - (setq line-move-visual t) - #+end_src *** Splitting and switch #+begin_src emacs-lisp @@ -1095,8 +1092,8 @@ (setq switch-to-buffer-preserve-window-point nil switch-to-buffer-obey-display-actions t switch-to-prev-buffer-skip 'this) ;; don't switch to a - ;; buffer visible in - ;; same frame + ;; buffer already visible in + ;; this frame (global-set-key (kbd "C-x _") #'delete-other-windows-vertically) #+end_src -- cgit v1.2.3