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.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/init-ace.el b/lisp/init-ace.el
index 9714a90..c33a8b2 100644
--- a/lisp/init-ace.el
+++ b/lisp/init-ace.el
@@ -8,8 +8,8 @@
(ace-link-setup-default)
-(eval-after-load 'org
- '(define-key org-mode-map (kbd "C-c m o") 'ace-link-org))
+(after '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)