summaryrefslogtreecommitdiff
path: root/emacs.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs.el')
-rw-r--r--emacs.el7
1 files changed, 7 insertions, 0 deletions
diff --git a/emacs.el b/emacs.el
index 363be71..f4bfe0e 100644
--- a/emacs.el
+++ b/emacs.el
@@ -48,6 +48,13 @@
(use-package org
:config
(setq org-log-done t)
+ :bind
+ (:map org-mode-map
+ ("M-j" . org-metadown)
+ ("M-h" . org-metaleft)
+ ("M-l" . org-metaright)
+ ("M-k" . org-metaup)
+ )
)
;; help