diff options
Diffstat (limited to 'doom.d/org/config.org')
-rw-r--r-- | doom.d/org/config.org | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doom.d/org/config.org b/doom.d/org/config.org index 41150c1..f06e4fd 100644 --- a/doom.d/org/config.org +++ b/doom.d/org/config.org @@ -390,7 +390,8 @@ Setup the agenda-files and the org-directory. :after org :map org-mode-map :localleader - :desc "Org dispatch" "e" #'org-export-dispatch + :desc "Org dispatch" "e" #'org-export-dispatch + :desc "Org LaTeX" "E" #'org-latex-export-as-latex (:prefix ("N" . "narrow") :desc "Narrow to subtree" "n" #'org-narrow-to-subtree :desc "Go out of narrow" "o" #'widen)) |