diff options
-rw-r--r-- | custom.el | 2 | ||||
-rw-r--r-- | lisp/init-org.el | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -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. diff --git a/lisp/init-org.el b/lisp/init-org.el index b890151..3923970 100644 --- a/lisp/init-org.el +++ b/lisp/init-org.el @@ -98,6 +98,8 @@ (add-to-list 'auto-mode-alist '("\\.org.txt$" . org-mode)) +(add-to-list 'safe-local-variable-values '(org-goto-max-level . 2)) + (defadvice org-tree-to-indirect-buffer (before org-keep-previous-indirect (&optional arg) |