Add helm-describe-modes

This commit is contained in:
Henrik Lissner 2016-02-11 02:08:08 -05:00
parent 66f734ab20
commit ba995b7a04
2 changed files with 2 additions and 1 deletions

View file

@ -136,11 +136,11 @@
helm-swoop-speed-or-color t
helm-swoop-pre-input-function (lambda () "")))
(use-package helm-describe-modes :defer t)
;; (use-package helm-c-yasnippet :commands helm-yas-visit-snippet-file)
(use-package helm-semantic :commands helm-semantic-or-imenu)
(use-package helm-elisp :commands helm-apropos)
(use-package helm-command :commands helm-M-x)
(use-package helm-descbinds :commands helm-descbinds
:config
(setq helm-descbinds-window-style 'split-window)