From 05282c043b0493fb69b0f9d5088c5030d3f1740e Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Sun, 26 Jan 2014 02:13:57 -0500 Subject: Update safe local variables --- custom.el | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'custom.el') diff --git a/custom.el b/custom.el index e69de29..3ae0dba 100644 --- a/custom.el +++ b/custom.el @@ -0,0 +1,12 @@ +(custom-set-variables + ;; custom-set-variables was added by Custom. + ;; If you edit it by hand, you could mess it up, so be careful. + ;; Your init file should contain only one such instance. + ;; If there is more than one, they won't work right. + '(safe-local-variable-values (quote ((org-goto-max-level . 2))))) +(custom-set-faces + ;; custom-set-faces was added by Custom. + ;; If you edit it by hand, you could mess it up, so be careful. + ;; Your init file should contain only one such instance. + ;; If there is more than one, they won't work right. + ) -- cgit v1.2.3