From c0a7ee7570d22520a9fd2f156a57bf1eabe785e5 Mon Sep 17 00:00:00 2001 From: noa Date: Sat, 22 Feb 2025 03:01:18 +0800 Subject: Don't allow single spaced sentences. I mostly deal with text i've written myself, and i double space. I am more frequently frustrated by full stops within sentences being interpreted as a sentence boundary than i am by navigating sentences written by other people. --- emacs/init.el | 7 ------- 1 file changed, 7 deletions(-) (limited to 'emacs/init.el') diff --git a/emacs/init.el b/emacs/init.el index 6c1fb61..4ee1906 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -300,13 +300,6 @@ The misspelled word is taken from OVERLAY. WORD is the corrected word." (define-abbrev global-abbrev-table abbrev word))) (advice-add 'jinx--correct-replace :before #'jinx--add-to-abbrev) -;; Make sentence navigation commands work for people who are wrong -;; NOTE: paragraphs does not provide itself -(use-package paragraphs - :disabled t - :custom - (sentence-end-double-space nil)) - ;; Unfill commands (defun unfill-paragraph () "Takes a multi-line paragraph and makes it into a single line of text." -- cgit 1.4.1-2-gfad0