Merge branch 'master' of https://github.com/casouri/eldoc-box into pop-at-point

This commit is contained in:
Yuan Fu 2018-12-26 16:38:39 -05:00
commit 7b2768a6c5
No known key found for this signature in database
GPG Key ID: 1CF5ECABEC37A901
2 changed files with 4 additions and 0 deletions

View File

@ -43,3 +43,5 @@ If all you need is a "help at point" popup to be used with eglot, here is my hac
(eglot--hover-info contents range))))
(add-hook 'pre-command-hook #'eldoc-box-quit-frame t t)))
#+END_SRC
* Contributors
- [[https://github.com/joaotavora][João Távora]]

View File

@ -6,6 +6,8 @@
;; Author: Sebastien Chapuis <sebastien@chapu.is>
;; Maintainer: Yuan Fu <casouri@gmail.com>
;; Contributors:
;; João Távora <joaotavora@gmail.com>
;; URL: https://github.com/casouri/eldoc-box
;; Package-Requires: ((emacs "26.1"))