diff options
Diffstat (limited to 'desktop-conf.el')
-rw-r--r-- | desktop-conf.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/desktop-conf.el b/desktop-conf.el index f0a53ee..6e35ddf 100644 --- a/desktop-conf.el +++ b/desktop-conf.el @@ -212,5 +212,9 @@ no questions asked." (add-hook 'desktop-save-hook #'desktop-also-save-bookmarks) +;;; Disable auto-saving + +(setq desktop-auto-save-timeout 0) + (provide 'desktop-conf) ;;; desktop-conf.el ends here |