summaryrefslogtreecommitdiff
path: root/.emacs
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2022-09-02 07:45:18 +0200
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2022-11-20 18:29:33 +0100
commitfe643795c2c8492c8c91e1d83f3054842e3e638f (patch)
tree5103b8447c12558a0187bab15af72946098c5bf6 /.emacs
parentc4e10ff87a445e85badd496462c5e6caed008853 (diff)
downloaddotfiles-fe643795c2c8492c8c91e1d83f3054842e3e638f.tar.xz
Fix org-refile-targets customization
Diffstat (limited to '.emacs')
-rw-r--r--.emacs2
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs b/.emacs
index b57e2b7..0fa790c 100644
--- a/.emacs
+++ b/.emacs
@@ -686,7 +686,7 @@
(org-startup-indented t)
;; Make org-refile a bit more eager.
(org-outline-path-complete-in-steps nil)
- (org-refile-targets '(nil . (:maxlevel . 10)))
+ (org-refile-targets '((nil . (:maxlevel . 10))))
(org-refile-use-outline-path t))
(use-package org-indent