diff options
author | Stefan Ritter <xeno@thehappy.de> | 2009-10-22 11:00:17 +0200 |
---|---|---|
committer | Stefan Ritter <xeno@thehappy.de> | 2009-10-22 11:00:17 +0200 |
commit | 18a312401b4c8a7155b733dc9dd371fdff1d3d04 (patch) | |
tree | 96dbc6cfed2158c7a33eae5b9624bfd889bab9a3 /emacs | |
parent | b287230a23b0b6ed1f9457ef478d9ec003feaa2d (diff) |
Disabled emacs auto-saving
Diffstat (limited to 'emacs')
-rw-r--r-- | emacs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6,6 +6,7 @@ ;; no backup and autosave files (setq make-backup-files nil) (setq backup-inhibited t) +(setq auto-save-default nil) ;; hilight actual line (global-hl-line-mode 1) |