aboutsummaryrefslogtreecommitdiff
path: root/emacs
diff options
context:
space:
mode:
Diffstat (limited to 'emacs')
-rw-r--r--emacs/init.org8
1 files changed, 8 insertions, 0 deletions
diff --git a/emacs/init.org b/emacs/init.org
index 5dd7529..f17fccf 100644
--- a/emacs/init.org
+++ b/emacs/init.org
@@ -1534,6 +1534,14 @@ Also hide the "Footnotes: " title on footnotes:
</div>")
#+END_SRC
+Last but not least, some handy shortcuts:
+
+#+BEGIN_SRC elisp
+(with-eval-after-load "org"
+ (define-key org-mode-map (kbd "<f1>") 'org-latex-export-to-pdf)
+ (define-key org-mode-map (kbd "<f2>") 'org-odt-export-to-odt))
+#+END_SRC
+
** Agenda
Custom commands for =org-agenda=.