summaryrefslogtreecommitdiff
path: root/custom.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2014-01-26 02:13:57 -0500
committerKyle Meyer <kyle@kyleam.com>2014-01-26 02:13:57 -0500
commit05282c043b0493fb69b0f9d5088c5030d3f1740e (patch)
tree6f0d684778ca22834194edb1865401675eb0e267 /custom.el
parent3d31aeff18e6f6a0690d060b4cffab49e12e54b2 (diff)
downloademacs.d-05282c043b0493fb69b0f9d5088c5030d3f1740e.tar.gz
Update safe local variables
Diffstat (limited to 'custom.el')
-rw-r--r--custom.el12
1 files changed, 12 insertions, 0 deletions
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.
+ )