Browse Source

Make autosave idle time longer

pull/15/head
10sr 8 years ago
parent
commit
4eccf04cce
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      emacs.el

+ 1
- 1
emacs.el View File

@@ -747,7 +747,7 @@ found, otherwise returns nil."
;; autosave

(when (safe-require-or-eval 'autosave)
(autosave-set 2))
(autosave-set 8))

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; buffer killing


Loading…
Cancel
Save