summaryrefslogtreecommitdiff
path: root/emacs.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs.el')
-rw-r--r--emacs.el7
1 files changed, 7 insertions, 0 deletions
diff --git a/emacs.el b/emacs.el
index 170e45e..29fbf4a 100644
--- a/emacs.el
+++ b/emacs.el
@@ -61,9 +61,16 @@
(use-package helm
:ensure t
:config
+ (define-key helm-map (kbd "<tab>") 'helm-execute-persistent-action)
+ (define-key helm-map (kbd "C-z") 'helm-select-action)
(helm-mode t)
)
+;; helm
+(use-package helm-projectile
+ :ensure t
+ )
+
;; magit
(use-package magit
:ensure t