comparison .elisp/settings/50.preferences.el @ 324:231aef6069cc

emacs: put autosave files in /tmp
author Augie Fackler <raf@durin42.com>
date Sat, 11 May 2013 11:12:58 -0500
parents 276c14c5eec0
children b9fd69a36e0c
comparison
equal deleted inserted replaced
323:aa5afa13e12c 324:231aef6069cc
9 (add-hook 'before-save-hook '(lambda () 9 (add-hook 'before-save-hook '(lambda ()
10 (if af-cleanup-whitespace (whitespace-cleanup)))) 10 (if af-cleanup-whitespace (whitespace-cleanup))))
11 11
12 ;; Disable that startup screen 12 ;; Disable that startup screen
13 (setq inhibit-startup-message t) 13 (setq inhibit-startup-message t)
14
15 ;; Basically everything I do is in version control, stop saving backup files
16 (setq make-backup-files nil)
17 14
18 ; always highlight matching paren 15 ; always highlight matching paren
19 (show-paren-mode 1) 16 (show-paren-mode 1)
20 17
21 ;; Automatically revert unedited files that change on the underlying 18 ;; Automatically revert unedited files that change on the underlying