From 809107e4597e2be65884a3185c1cce115e95e825 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Wed, 9 Apr 2014 23:57:31 -0400 Subject: Install and setup ace-link Removing ido-vertical because if it is active, some links in the lower portion of the window are cutoff. --- lisp/init-org.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lisp/init-org.el') diff --git a/lisp/init-org.el b/lisp/init-org.el index 2418e81..b9c72c1 100644 --- a/lisp/init-org.el +++ b/lisp/init-org.el @@ -225,6 +225,8 @@ A numeric prefix can be given to set MAXLEVEL (defaults to 2)." (local-set-key (kbd "C-c m r") 'km/org-refile-to-other-org-buffer) (local-set-key (kbd "C-c m R") - 'km/org-refile-to-other-file)))) + 'km/org-refile-to-other-file) + (local-set-key (kbd "C-c m o") + 'ace-link-org)))) (provide 'init-org) -- cgit v1.2.3