summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2015-05-13 17:48:17 +0900
committerSean Whitton <spwhitton@spwhitton.name>2015-05-13 17:48:17 +0900
commit8aaaf2240625fcbd1951b61b25da381937ba4141 (patch)
tree381e1002f01bc34be017297d260a4ff3b287db0b
parent14965f0b4c41ffd2afa9ccbd6b372d54c733c3f2 (diff)
downloaddotfiles-8aaaf2240625fcbd1951b61b25da381937ba4141.tar.gz
undo deft regression thanks to Unicode-hunt
-rw-r--r--.emacs.d/init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index 81161b56..74130f69 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -551,7 +551,7 @@
deft-auto-save-interval 20.0
deft-incremental-search t
;; don't just strip the leading hash but the whole #+TITLE:
- deft-strip-title-regexp "\\(?:\\#\\+TITLE\\: \\'\\#\\+FILETAGS\\: \\'^%+\\'^[#* ]+\\'-\\*-[[:alpha:]]+-\\*-\\'#+$\\)")
+ deft-strip-title-regexp "\\(?:\\#\\+TITLE\\: \\|\\#\\+FILETAGS\\: \\|^%+\\|^[#* ]+\\|-\\*-[[:alpha:]]+-\\*-\\|#+$\\)")
:config (progn
(bind-key "C-w" 'deft-filter-decrement-word deft-mode-map)
;; (bind-key "C-h" 'deft-filter-decrement deft-mode-map)