Remove helm-descbinds
This commit is contained in:
parent
ffada251a7
commit
3976886b4e
3 changed files with 0 additions and 5 deletions
1
Cask
1
Cask
|
@ -105,7 +105,6 @@
|
|||
(depends-on "helm-css-scss")
|
||||
(depends-on "helm-projectile")
|
||||
(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")
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -111,7 +111,6 @@
|
|||
:nv "P" 'helm-projectile-switch-project
|
||||
:v "=" 'align-regexp
|
||||
|
||||
:n "k" 'narf/helm-descbinds-leader
|
||||
:n "h" 'help-command
|
||||
:nv "p" 'helm-show-kill-ring
|
||||
:n "R" 'narf/reset-theme
|
||||
|
@ -163,7 +162,6 @@
|
|||
|
||||
(:localleader
|
||||
:n "\\" 'narf/neotree
|
||||
:n "k" 'narf/helm-descbinds-localleader
|
||||
:n "b" 'narf:build
|
||||
:n "R" 'narf:repl
|
||||
:v "R" 'narf:repl-eval
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue