Skip to content

Commit

Permalink
Helm-projectile was slow and setting the shell as bash fixes it.
Browse files Browse the repository at this point in the history
  • Loading branch information
marchdf committed Feb 1, 2017
1 parent 4eeaab1 commit bdced0c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions emacs/emacs
Original file line number Diff line number Diff line change
Expand Up @@ -107,14 +107,16 @@
("C-h i" . helm-google-suggest)
("M-y" . helm-show-kill-ring)
("C-h a" . helm-apropos)
("C-x C-f" . helm-find-files)
("C-x p" . helm-top)
("C-x C-b" . helm-buffers-list)
:init
(progn
(use-package helm-projectile
:ensure helm-projectile
:bind ("C-c h" . helm-projectile))
:bind
("C-c h" . helm-projectile)
:config
(setq shell-file-name "/bin/bash"))
(helm-mode t)))


Expand Down

0 comments on commit bdced0c

Please sign in to comment.