diff options
author | Kyle Meyer <kyle@kyleam.com> | 2014-01-26 02:13:57 -0500 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2014-01-26 02:13:57 -0500 |
commit | 05282c043b0493fb69b0f9d5088c5030d3f1740e (patch) | |
tree | 6f0d684778ca22834194edb1865401675eb0e267 | |
parent | 3d31aeff18e6f6a0690d060b4cffab49e12e54b2 (diff) | |
download | emacs.d-05282c043b0493fb69b0f9d5088c5030d3f1740e.tar.gz |
Update safe local variables
-rw-r--r-- | custom.el | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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. + ) |