From d922d8a72f6a486b68f033e5ab9239f338bf46c3 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Mon, 4 Dec 2017 17:02:52 -0800 Subject: [PATCH] set safe local variables --- emacs_el/configuration/don-configuration.org | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/emacs_el/configuration/don-configuration.org b/emacs_el/configuration/don-configuration.org index 46938a9..bf37448 100644 --- a/emacs_el/configuration/don-configuration.org +++ b/emacs_el/configuration/don-configuration.org @@ -47,7 +47,17 @@ (put 'with-library 'lisp-indent-function 1) #+END_SRC - +* Variables +** Safe Local Variables +#+BEGIN_SRC emacs-lisp + (setq safe-local-variable-values + (quote ((auto-save-default) + (make-backup-files) + (cperl-indent-level . 4) + (indent-level . 4) + (indent-tabs-mode . f) + ))) +#+END_SRC * Memory #+BEGIN_SRC emacs-lisp (setq global-mark-ring-max 128 @@ -1523,7 +1533,6 @@ From http://julien.danjou.info/projects/emacs-packages#rainbow-mode, this colori (setq ps-print-footer t) (setq ps-print-footer-frame nil) (setq ps-print-only-one-header t) - (setq safe-local-variable-values (quote ((auto-save-default) (make-backup-files)))) (setq sentence-end "[.?!][]\"')]*\\($\\| \\| \\)[ ]*") (setq sentence-end-double-space nil) -- 2.39.2