From 20d4403c89c23b412c09d9f2b360cb4dc35f1991 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Thu, 24 Apr 2008 16:53:55 +0100 Subject: [PATCH] emacs: Allow files to declare that they don't want to be backed up. --- emacs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/emacs b/emacs index f0ac580..48e82fe 100644 --- a/emacs +++ b/emacs @@ -82,6 +82,11 @@ '("/\\.git/COMMIT_EDITMSG$" "/\\.stgit\\(-edit\\.txt\\|msg\\.txt\\|\\.msg\\)$")) +;; --- Safe variables --- + +(setq safe-local-variable-values + '((make-backup-files . nil))) + ;; --- Calculator fiddling --- (setq calc-settings-file "~/.emacs-calc") -- 2.11.0