Reconfigure deft to ignore hidden files
Some checks are pending
/ Test config on ${{matrix.node}} (20) (push) Waiting to run
Some checks are pending
/ Test config on ${{matrix.node}} (20) (push) Waiting to run
This commit is contained in:
parent
b8ae75bd63
commit
f0d07952b4
4 changed files with 49 additions and 44 deletions
|
|
@ -12,6 +12,7 @@
|
|||
:config (setq
|
||||
deft-directory (substitute-in-file-name "$DEFT_PATH")
|
||||
deft-default-extension "md"
|
||||
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