eldoc-frame/README.org
2018-12-11 09:17:31 -05:00

15 lines
506 B
Org Mode

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