From c673957be7d85ea5411daa6e9506a338764e6d66 Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Sat, 22 Dec 2018 14:55:45 +0100 Subject: Ensure fill-paragraph understands bullet lists --- .emacs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.emacs b/.emacs index 226a17f..0285e1d 100644 --- a/.emacs +++ b/.emacs @@ -298,5 +298,7 @@ (let ((default-directory (my/project-root))) (call-interactively 'compile))) +(setq-default paragraph-start (concat "[ ]*- \\|" paragraph-start)) + ;; TODO: fringe fun: hideshowvis, git gutter… ;; TODO: decruftify mode-line (e.g. remove superflous parens) -- cgit v1.2.3