From 0dc8c5b440928d9a0382cc2990f98c9994f1102f Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Mon, 19 May 2014 22:44:15 -0400 Subject: Move ace-link-org binding to init-ace.el --- lisp/init-ace.el | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lisp/init-ace.el') 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)) -- cgit v1.2.3