Update themes and deft-ignore-file-regexp
Some checks failed
/ Test config on 20 (push) Has been cancelled
Some checks failed
/ Test config on 20 (push) Has been cancelled
This commit is contained in:
parent
eb71b1226f
commit
d527d1dda3
6 changed files with 20 additions and 10 deletions
|
|
@ -12,7 +12,9 @@
|
|||
:config (setq
|
||||
deft-directory (substitute-in-file-name "$DEFT_PATH")
|
||||
deft-default-extension "md"
|
||||
deft-ignore-file-regexp "^\\._[0-9-A-Z]+.md$"
|
||||
;; NB! deft returns absolute paths as filenames, so
|
||||
;; ignore works slightly differently.
|
||||
deft-ignore-file-regexp "\\._[0-9-A-Z]+\\.md$"
|
||||
deft-strip-summary-regexp (concat "\\("
|
||||
"[\n\t]" ;; blank
|
||||
"\\|^:[[:ascii:]]+:.*$" ;; org-mode properties string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue