summaryrefslogtreecommitdiffhomepage
path: root/init.org
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2022-01-22 00:11:23 +0000
committerjao <jao@gnu.org>2022-01-22 00:11:23 +0000
commit3a51896b1758880b02f3e0be02c05366b8a06f25 (patch)
tree9dc73e08ea84516ac6b39c58687daceb67a59d78 /init.org
parente4e46f41b0d01b9efab86b2f3cebbf116c3216b5 (diff)
downloadelibs-3a51896b1758880b02f3e0be02c05366b8a06f25.tar.gz
elibs-3a51896b1758880b02f3e0be02c05366b8a06f25.tar.bz2
nits
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