From 3b9caec342aff429df5f3e0157436696298774da Mon Sep 17 00:00:00 2001 From: noa Date: Sun, 16 Feb 2025 21:48:23 +0800 Subject: Move double space config into use-package --- emacs/init.el | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'emacs') diff --git a/emacs/init.el b/emacs/init.el index 362787e..37abb6f 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -526,7 +526,11 @@ The misspelled word is taken from OVERLAY. WORD is the corrected word." (if (apply #'derived-mode-p space-indent-modes) nil t)))) ;; Make sentence navigation commands work for people who are wrong -(setopt sentence-end-double-space nil) +;; NOTE: paragraphs does not provide itself +(use-package paragraphs + :disabled t + :custom + (sentence-end-double-space nil)) ;; If i write a script, i will always run chmod +x after saving it. This command means i don't have to do that. (add-hook 'after-save-hook #'executable-make-buffer-file-executable-if-script-p) -- cgit 1.4.1-2-gfad0