Skip to content

Commit

Permalink
Lazy loading of helm
Browse files Browse the repository at this point in the history
  • Loading branch information
syl20bnr authored and mmailhot committed Nov 16, 2014
1 parent 1b5ba60 commit ac37862
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions spacemacs/packages.el
Original file line number Diff line number Diff line change
Expand Up @@ -1281,14 +1281,10 @@ determine the state to enable when escaping from the insert state.")

(defun spacemacs/init-helm ()
(use-package helm
:idle (helm-mode +1)
:defer t
:init
(setq helm-split-window-in-side-p nil
helm-bookmark-show-location t
helm-buffers-fuzzy-matching t
helm-always-two-windows t)
(evil-leader/set-key
:config
(progn
(evil-leader/set-key
":" 'helm-M-x
"bs" 'helm-mini
"sl" 'helm-semantic-or-imenu
Expand Down

0 comments on commit ac37862

Please sign in to comment.