summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2015-06-18 23:48:56 -0400
committerKyle Meyer <kyle@kyleam.com>2015-06-18 23:48:56 -0400
commite80a4387c0620ec3495f4bd3c7e82135912422bd (patch)
tree652c6ce9bddf2c672a9f869b0f63cc5540e42e97 /lisp
parenta6b9fd067cc16859a00bdf31dc6d6b8bc5398001 (diff)
downloademacs.d-e80a4387c0620ec3495f4bd3c7e82135912422bd.tar.gz
Add org-open-file to helm-generic-files-map
Diffstat (limited to 'lisp')
-rw-r--r--lisp/init-helm.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/init-helm.el b/lisp/init-helm.el
index da07081..617760d 100644
--- a/lisp/init-helm.el
+++ b/lisp/init-helm.el
@@ -25,6 +25,7 @@
(after 'helm-files
(define-key helm-find-files-map (kbd "C-c x") 'km/helm-ff-org-open-file)
+ (define-key helm-generic-files-map (kbd "C-c x") 'km/helm-ff-org-open-file)
;; Overrides `helm-buffer-switch-other-frame'.
(define-key helm-buffer-map (kbd "C-c C-o") 'km/helm-display-buffer))