diff options
author | johannst <johannes.stoelp@gmail.com> | 2019-08-29 20:59:13 +0200 |
---|---|---|
committer | johannst <johannes.stoelp@gmail.com> | 2019-08-29 20:59:13 +0200 |
commit | c23d11ab1f234504d38c468cf4e2991dc636a691 (patch) | |
tree | cde567120f32dadbf4987aef8a78534e9131f2c9 | |
parent | f072b0ad738cceecb38631efb9d7c11ff4838131 (diff) | |
download | dotfiles-c23d11ab1f234504d38c468cf4e2991dc636a691.tar.gz dotfiles-c23d11ab1f234504d38c468cf4e2991dc636a691.zip |
emacs re-mapped helm projectile find file key
-rw-r--r-- | emacs.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) ) |