From: Mark Wooding Date: Thu, 24 Apr 2008 15:53:55 +0000 (+0100) Subject: emacs: Allow files to declare that they don't want to be backed up. X-Git-Url: https://git.distorted.org.uk/~mdw/profile/commitdiff_plain/20d4403c89c23b412c09d9f2b360cb4dc35f1991?hp=2ae647c441f0c6cc5e2b655048f8cf9b20c00ef7 emacs: Allow files to declare that they don't want to be backed up. --- 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")