Skip to content

Commit

Permalink
lispy.el (lispy-define-key): use `eldoc-add-command'
Browse files Browse the repository at this point in the history
Fixes purcell#6
  • Loading branch information
abo-abo committed Feb 18, 2014
1 parent 2b04deb commit 8199b57
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lispy.el
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@
(require 'org))
(require 'help-fns)
(require 'edebug)
(require 'eldoc)
(require 'outline)
(require 'semantic)
(require 'semantic/db)
Expand Down Expand Up @@ -2401,6 +2402,7 @@ list."
(push func ac-trigger-commands))
(unless (member func company-begin-commands)
(push func company-begin-commands))
(eldoc-add-command func)
(define-key keymap (kbd key) func)))

(let ((map lispy-mode-map))
Expand Down

0 comments on commit 8199b57

Please sign in to comment.