Merge pull request #20 from mandarvaze/patch-1

Added link to MELPA in the README.org
This commit is contained in:
Yuan Fu 2019-07-11 20:14:34 +08:00 committed by GitHub
commit cad1c61433
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,6 +9,9 @@ Get the file, add to load path, and
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp
(require 'eldoc-box) (require 'eldoc-box)
#+END_SRC #+END_SRC
It is also available on [[https://melpa.org/#/eldoc-box][MELPA]]
* Usage * Usage
** Function ** Function
- =eldoc-box-hover-mode= :: Display documentation of the symbol at point in a childframe on upper corner. - =eldoc-box-hover-mode= :: Display documentation of the symbol at point in a childframe on upper corner.