Install helm-descbinds and helm-describe-modes

This commit is contained in:
Gergely Polonkai
2016-10-20 15:50:01 +02:00
parent 68b8ff7878
commit 4bd823d7af
7 changed files with 579 additions and 0 deletions

View File

@@ -83,6 +83,8 @@
helm-ag
helm-chrome
helm-company
helm-descbinds
helm-describe-modes
helm-flycheck
helm-flyspell
helm-github-stars
@@ -582,6 +584,10 @@
(lambda ()
(flyspell-mode 1))))
(use-package helm-descbinds)
(use-package helm-describe-modes)
;; Load my own functions
(load "gnu-c-header.el")
(load "toggle-window-split.el")