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 | |
parent | b287230a23b0b6ed1f9457ef478d9ec003feaa2d (diff) |
Disabled emacs auto-saving
-rw-r--r-- | emacs | 1 | ||||
-rw-r--r-- | gitconfig | 2 |
2 files changed, 2 insertions, 1 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) @@ -7,4 +7,4 @@ [colors] ui = auto [core] - editor = vim + editor = emacs |