commit c673957be7d85ea5411daa6e9506a338764e6d66
parent c5a512ce97f864ef9269fd510603c1ee1f894c7a
Author: Kévin Le Gouguec <kevin.legouguec@gmail.com>
Date: Sat, 22 Dec 2018 14:55:45 +0100
Ensure fill-paragraph understands bullet lists
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git 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)