summaryrefslogtreecommitdiff
path: root/lisp/init-org.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2014-04-09 23:57:31 -0400
committerKyle Meyer <kyle@kyleam.com>2014-04-09 23:57:31 -0400
commit809107e4597e2be65884a3185c1cce115e95e825 (patch)
treecbfc3c22a958f66a10d0d9d831f4ee918315c0a4 /lisp/init-org.el
parent5a3ec45f5aa2dce4d57e7413219a8591470e4d99 (diff)
downloademacs.d-809107e4597e2be65884a3185c1cce115e95e825.tar.gz
Install and setup ace-link
Removing ido-vertical because if it is active, some links in the lower portion of the window are cutoff.
Diffstat (limited to 'lisp/init-org.el')
-rw-r--r--lisp/init-org.el4
1 files changed, 3 insertions, 1 deletions
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)