diff options
| -rw-r--r-- | .emacs | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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) |
