From deb3b2042a029677f710b179e12764f252b44179 Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Sun, 2 Sep 2018 19:22:56 -0400 Subject: [PATCH] Add more org-mode bindings for UHK --- .emacs.d/init.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 0d7593a..8f5c20a 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -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: