mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Disable deft's buffer auto-save
By default deft will save a changed buffer that it opens after 1 second. This causes problematic interactions with the rest of doom - like with wsbutler (insert space, try to insert a link, and it will eat the space before the link is inserted). I think it's best for auto-save to be managed by a separate package, rather than this ad-hoc save that occurs only in buffers that deft opens.
This commit is contained in:
@ -7,6 +7,8 @@
|
||||
;; de-couples filename and note title:
|
||||
deft-use-filename-as-title nil
|
||||
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:
|
||||
deft-file-naming-rules
|
||||
'((noslash . "-")
|
||||
|
Reference in New Issue
Block a user