mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Add helm-describe-modes
This commit is contained in:
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)
|
||||
|
Reference in New Issue
Block a user