diff options
Diffstat (limited to 'emacs')
-rw-r--r-- | emacs/init.el | 7 |
1 files changed, 0 insertions, 7 deletions
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." |