diff options
| author | Ravi R Kiran <aine.marina@gmail.com> | 2015-03-23 04:29:01 (GMT) |
|---|---|---|
| committer | Ravi R Kiran <aine.marina@gmail.com> | 2015-03-23 04:29:01 (GMT) |
| commit | ca979abbcd60fbb8960473f104c1c24d33280ead (patch) | |
| tree | 19e28056ada2c90b707773399dbbc99a94e4a651 | |
| parent | 109dfac9ffb591561343f8c5db7690587182f5e7 (diff) | |
| download | dotemacs-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.el | 4 |
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 |
