jrblevin / deft

Deft for Emacs

Home Page:http://jblevins.org/projects/deft/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

setting autosave time

OrionRandD opened this issue · comments

How do I set up auto-saving time interval in my init.org/init.el?
(defcustom deft-auto-save-interval 1.0
"Idle time in seconds before automatically saving buffers opened by Deft.
Set to zero to disable."
:type 'float
:group 'deft)

commented

A simple setq should do the trick. Anyway, since your same question is already answered here, perhaps you can close this question?