Fix helm lazy loading for describe-xxx functions

This commit is contained in:
syl20bnr 2014-10-29 10:01:12 -04:00
parent 816f1cf3d1
commit 161366592a

View file

@ -1279,6 +1279,7 @@ DELETE-FUNC when calling CALLBACK.
"kil" 'helm-show-kill-ring)
:config
(progn
(helm-mode +1)
;; alter helm-bookmark key bindings to be simpler
(defun simpler-helm-bookmark-keybindings ()
(define-key helm-bookmark-map (kbd "C-d") 'helm-bookmark-run-delete)