This website works better with JavaScript.
Home
Explore
Help
Sign In
10sr
/
dotfiles-mirror
mirror of
https://github.com/10sr/dotfiles.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
Make autosave idle time longer
pull/15/head
10sr
8 years ago
parent
7e451394ce
commit
4eccf04cce
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Write
Preview
Loading…
Cancel
Save