summaryrefslogtreecommitdiff
path: root/custom.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2014-05-04 18:57:32 -0400
committerKyle Meyer <kyle@kyleam.com>2014-05-04 18:57:32 -0400
commit7b8601e182082f8812ececf117e9dcf992f9cfac (patch)
tree9715a1151d612b8dd6598c935e57f189ecb2fc81 /custom.el
parentd08ad8507c41d22ac8262cb19a0eda37f7c35e05 (diff)
downloademacs.d-7b8601e182082f8812ececf117e9dcf992f9cfac.tar.gz
Move Org safe-local-variable-values from custom.el
Diffstat (limited to 'custom.el')
-rw-r--r--custom.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/custom.el b/custom.el
index 3ae0dba..223d90f 100644
--- a/custom.el
+++ b/custom.el
@@ -3,7 +3,7 @@
;; 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.