Merge branch 'master' into pop-at-point

This commit is contained in:
Yuan Fu 2018-12-22 12:42:15 -05:00 committed by GitHub
commit 29cf6d7fb6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View File

@ -41,3 +41,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"))