mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Merge pull request #2845 from jsravn/disable-deft-autosave
Disable deft's buffer auto-save
This commit is contained in:
@ -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 . "-")
|
||||||
|
Reference in New Issue
Block a user