summaryrefslogtreecommitdiff
path: root/.emacs
diff options
context:
space:
mode:
Diffstat (limited to '.emacs')
-rw-r--r--.emacs2
1 files changed, 2 insertions, 0 deletions
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)