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