2018-12-11 14:17:31 +00:00
|
|
|
This package displays ElDoc documentations in a childframe.
|
|
|
|
|
2018-12-11 01:30:33 +00:00
|
|
|
* Install
|
|
|
|
Get the file, add to load path, and
|
|
|
|
#+BEGIN_SRC emacs-lisp
|
2018-12-11 14:17:31 +00:00
|
|
|
(require 'eldoc-box)
|
2018-12-11 01:30:33 +00:00
|
|
|
#+END_SRC
|
|
|
|
|
|
|
|
* Usage
|
2018-12-11 14:17:31 +00:00
|
|
|
Show the documentation of the symbol at point: =eldoc-box-help-at-point=
|
2018-12-11 01:30:33 +00:00
|
|
|
|
2018-12-11 14:17:31 +00:00
|
|
|
Show documentation upon hover: =eldoc-box-hover-mode=. Note that you need to enable ElDoc mode for this to work.
|
2018-12-11 05:20:21 +00:00
|
|
|
|
2018-12-11 14:17:31 +00:00
|
|
|
Adjust =:background= of =eldoc-box-border= face for border color. Adjust =:background= of =eldoc-box-body= face for background color of childframe.
|