From 691fb21335b148736111b885bfd8866f5c3336e8 Mon Sep 17 00:00:00 2001 From: Joseph Ferano Date: Tue, 10 Jan 2023 21:13:45 +0700 Subject: [PATCH] Finally fixed sentence movement --- .config/emacs/init.org | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.config/emacs/init.org b/.config/emacs/init.org index 4e7e40c..7c6b9b6 100644 --- a/.config/emacs/init.org +++ b/.config/emacs/init.org @@ -355,6 +355,15 @@ Emacs is an great operating system, if only it had a good text editor... (global-set-key (kbd "M-o") #'joe/insert-line-below) (global-set-key (kbd "M-O") #'joe/insert-line-above) +#+end_src + +For the longest time I had no idea why the ~(~ and ~)~ vim motions for sentences +weren't working, until I randomly saw this in someone's init.el + +#+begin_src emacs-lisp +(setq sentence-end-double-space nil) +#+end_src + #+end_src *** Hydra #+begin_src emacs-lisp