summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjohannst <johannes.stoelp@gmail.com>2019-08-29 20:59:13 +0200
committerjohannst <johannes.stoelp@gmail.com>2019-08-29 20:59:13 +0200
commitc23d11ab1f234504d38c468cf4e2991dc636a691 (patch)
treecde567120f32dadbf4987aef8a78534e9131f2c9
parentf072b0ad738cceecb38631efb9d7c11ff4838131 (diff)
downloaddotfiles-c23d11ab1f234504d38c468cf4e2991dc636a691.tar.gz
dotfiles-c23d11ab1f234504d38c468cf4e2991dc636a691.zip
emacs re-mapped helm projectile find file key
-rw-r--r--emacs.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs.el b/emacs.el
index adc4b3a..d31df3f 100644
--- a/emacs.el
+++ b/emacs.el
@@ -76,7 +76,7 @@
:config
(define-key helm-map (kbd "<tab>") 'helm-execute-persistent-action)
(define-key helm-map (kbd "C-z") 'helm-select-action)
- (define-key leader-map "ff" 'helm-projectile)
+ (define-key leader-map "pf" 'helm-projectile-find-file)
(helm-mode t)
)