Support eldoc-mode

Use eldoc-add-command to register outshine-self-insert-command.

Closes #3.  Thanks to John Ankarström (@jocap).
master
John Ankarström 9 years ago committed by alphapapa
parent 399ccd20cd
commit 0fdd0cd619
  1. 4
      outshine.el

@ -2357,6 +2357,10 @@ overwritten, and the table is not marked as requiring realignment."
;; trigger company idle completion like namesake command
(put 'outshine-self-insert-command 'company-begin t)
;; trigger eldoc (elisp help in echo area), like `self-insert-command'
(with-eval-after-load 'eldoc
(eldoc-add-command 'outshine-self-insert-command))
;;;;; Other Commands
(defun outshine-eval-lisp-subtree ()

Loading…
Cancel
Save