aboutsummaryrefslogtreecommitdiff
path: root/doom.d
diff options
context:
space:
mode:
Diffstat (limited to 'doom.d')
-rw-r--r--doom.d/config.org5
1 files changed, 4 insertions, 1 deletions
diff --git a/doom.d/config.org b/doom.d/config.org
index b116aee..eb69a70 100644
--- a/doom.d/config.org
+++ b/doom.d/config.org
@@ -372,7 +372,10 @@ each of the unit tests ran."
:map org-mode-map
(:localleader
:desc "Org dispatch" "e" #'org-export-dispatch
- :desc "Export to ODT" "E" #'org-pandoc-export-to-odt)
+ :desc "Export to ODT" "E" #'org-pandoc-export-to-odt
+ (:prefix ("n" . "+narrow")
+ :desc "Narrow to subtree" "n" #'org-narrow-to-subtree
+ :desc "Go out of narrow" "o" #'widen))
))
#+END_SRC
I like using the org dispatch facilities more than the default export keybinds