summaryrefslogtreecommitdiff
path: root/lisp/init-ace.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/init-ace.el')
-rw-r--r--lisp/init-ace.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/init-ace.el b/lisp/init-ace.el
index b9b3599..19fd3ab 100644
--- a/lisp/init-ace.el
+++ b/lisp/init-ace.el
@@ -8,6 +8,9 @@
(ace-link-setup-default)
+(eval-after-load 'org
+ '(define-key org-mode-map (kbd "C-c m o") 'ace-link-org))
+
(define-key window-map "a" 'ace-window)
(setq aw-keys '(?a ?s ?d ?f ?g ?h ?j ?k ?l))