Add helm-describe-modes
This commit is contained in:
parent
66f734ab20
commit
ba995b7a04
2 changed files with 2 additions and 1 deletions
1
Cask
1
Cask
|
@ -103,6 +103,7 @@
|
|||
(depends-on "helm-swoop")
|
||||
; (depends-on "helm-descbinds")
|
||||
(depends-on "projectile")
|
||||
(depends-on "helm-describe-modes" :git "https://github.com/emacs-helm/helm-describe-modes")
|
||||
|
||||
;; Quickrun -- core/core-quickrun.el
|
||||
(depends-on "quickrun")
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue