Simplify helm-descbinds configuration

This commit is contained in:
syl20bnr 2015-04-02 00:42:55 -04:00
parent fd5a8b0d7b
commit cf6f086e35

View file

@ -1584,10 +1584,10 @@ ARG non nil means that the editing style is `vim'."
(use-package helm-descbinds
:defer t
:init
(add-hook 'helm-mode-hook (lambda ()
(helm-descbinds-mode 1)
(setq helm-descbinds-window-style 'split)))
(evil-leader/set-key "?" 'helm-descbinds)))
(progn
(setq helm-descbinds-window-style 'split)
(add-hook 'helm-mode-hook 'helm-descbinds-mode)
(evil-leader/set-key "?" 'helm-descbinds))))
(defun spacemacs/init-helm-flyspell ()
(use-package helm-flyspell