summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRavi R Kiran <aine.marina@gmail.com>2015-03-23 04:29:01 (GMT)
committerRavi R Kiran <aine.marina@gmail.com>2015-03-23 04:29:01 (GMT)
commitca979abbcd60fbb8960473f104c1c24d33280ead (patch)
tree19e28056ada2c90b707773399dbbc99a94e4a651
parent109dfac9ffb591561343f8c5db7690587182f5e7 (diff)
downloaddotemacs-ca979abbcd60fbb8960473f104c1c24d33280ead.zip
dotemacs-ca979abbcd60fbb8960473f104c1c24d33280ead.tar.gz
dotemacs-ca979abbcd60fbb8960473f104c1c24d33280ead.tar.bz2
Remove helm-descbinds since it misses too many keys
-rw-r--r--lisp/ravi-init-helm.el4
1 files changed, 0 insertions, 4 deletions
diff --git a/lisp/ravi-init-helm.el b/lisp/ravi-init-helm.el
index 6b8abe2..1c05949 100644
--- a/lisp/ravi-init-helm.el
+++ b/lisp/ravi-init-helm.el
@@ -88,9 +88,5 @@
)
:ensure t)
-(use-package helm-descbinds
- :bind (("C-h b" . helm-descbinds))
- :ensure t)
-
(provide 'ravi-init-helm)
;;; ravi-init-helm.el ends here