Add more org-mode bindings for UHK

This commit is contained in:
Adam Goldsmith 2018-09-02 19:22:56 -04:00
parent a1343cfd7b
commit deb3b2042a
1 changed files with 3 additions and 1 deletions

View File

@ -160,7 +160,9 @@
:defer
:bind (:map org-mode-map (("C-z" . org-latex-export-to-pdf-no-kr)
("M-[" . org-metaleft)
("M-]" . org-metaright))
("M-]" . org-metaright)
("M-P" . org-metaup)
("M-N" . org-metadown))
:map org-src-mode-map ("C-z" . org-src-export-to-pdf))
:config
;; Make windmove work in org-mode: