Merge pull request #2845 from jsravn/disable-deft-autosave
Disable deft's buffer auto-save
This commit is contained in:
commit
e24e9b33fb
1 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,8 @@
|
||||||
;; de-couples filename and note title:
|
;; de-couples filename and note title:
|
||||||
deft-use-filename-as-title nil
|
deft-use-filename-as-title nil
|
||||||
deft-use-filter-string-for-filename t
|
deft-use-filter-string-for-filename t
|
||||||
|
;; disable auto-save
|
||||||
|
deft-auto-save-interval -1.0
|
||||||
;; converts the filter string into a readable file-name using kebab-case:
|
;; converts the filter string into a readable file-name using kebab-case:
|
||||||
deft-file-naming-rules
|
deft-file-naming-rules
|
||||||
'((noslash . "-")
|
'((noslash . "-")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue