mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-20 16:11:07 -05:00
Remove helm-descbinds
This commit is contained in:
1
Cask
1
Cask
@@ -105,7 +105,6 @@
|
|||||||
(depends-on "helm-css-scss")
|
(depends-on "helm-css-scss")
|
||||||
(depends-on "helm-projectile")
|
(depends-on "helm-projectile")
|
||||||
(depends-on "helm-swoop")
|
(depends-on "helm-swoop")
|
||||||
(depends-on "helm-descbinds")
|
|
||||||
(depends-on "projectile")
|
(depends-on "projectile")
|
||||||
(depends-on "helm-describe-modes" :git "https://github.com/emacs-helm/helm-describe-modes")
|
(depends-on "helm-describe-modes" :git "https://github.com/emacs-helm/helm-describe-modes")
|
||||||
|
|
||||||
|
@@ -134,8 +134,6 @@
|
|||||||
(use-package helm-semantic :commands helm-semantic-or-imenu)
|
(use-package helm-semantic :commands helm-semantic-or-imenu)
|
||||||
(use-package helm-elisp :commands helm-apropos)
|
(use-package helm-elisp :commands helm-apropos)
|
||||||
(use-package helm-command :commands helm-M-x)
|
(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)
|
(provide 'core-helm)
|
||||||
;;; core-helm.el ends here
|
;;; core-helm.el ends here
|
||||||
|
@@ -111,7 +111,6 @@
|
|||||||
:nv "P" 'helm-projectile-switch-project
|
:nv "P" 'helm-projectile-switch-project
|
||||||
:v "=" 'align-regexp
|
:v "=" 'align-regexp
|
||||||
|
|
||||||
:n "k" 'narf/helm-descbinds-leader
|
|
||||||
:n "h" 'help-command
|
:n "h" 'help-command
|
||||||
:nv "p" 'helm-show-kill-ring
|
:nv "p" 'helm-show-kill-ring
|
||||||
:n "R" 'narf/reset-theme
|
:n "R" 'narf/reset-theme
|
||||||
@@ -163,7 +162,6 @@
|
|||||||
|
|
||||||
(:localleader
|
(:localleader
|
||||||
:n "\\" 'narf/neotree
|
:n "\\" 'narf/neotree
|
||||||
:n "k" 'narf/helm-descbinds-localleader
|
|
||||||
:n "b" 'narf:build
|
:n "b" 'narf:build
|
||||||
:n "R" 'narf:repl
|
:n "R" 'narf:repl
|
||||||
:v "R" 'narf:repl-eval
|
:v "R" 'narf:repl-eval
|
||||||
|
Reference in New Issue
Block a user