summaryrefslogtreecommitdiffhomepage
path: root/init.org
diff options
context:
space:
mode:
Diffstat (limited to 'init.org')
-rw-r--r--init.org7
1 files changed, 2 insertions, 5 deletions
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