Remove helm-descbinds

This commit is contained in:
Henrik Lissner 2016-04-10 18:48:43 -04:00
parent ffada251a7
commit 3976886b4e
3 changed files with 0 additions and 5 deletions

View file

@ -134,8 +134,6 @@
(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))
(provide 'core-helm)
;;; core-helm.el ends here