Merge branch 'master' of https://github.com/casouri/eldoc-box into pop-at-point
This commit is contained in:
commit
7b2768a6c5
@ -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))))
|
(eglot--hover-info contents range))))
|
||||||
(add-hook 'pre-command-hook #'eldoc-box-quit-frame t t)))
|
(add-hook 'pre-command-hook #'eldoc-box-quit-frame t t)))
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
* Contributors
|
||||||
|
- [[https://github.com/joaotavora][João Távora]]
|
||||||
|
@ -6,6 +6,8 @@
|
|||||||
|
|
||||||
;; Author: Sebastien Chapuis <sebastien@chapu.is>
|
;; Author: Sebastien Chapuis <sebastien@chapu.is>
|
||||||
;; Maintainer: Yuan Fu <casouri@gmail.com>
|
;; Maintainer: Yuan Fu <casouri@gmail.com>
|
||||||
|
;; Contributors:
|
||||||
|
;; João Távora <joaotavora@gmail.com>
|
||||||
;; URL: https://github.com/casouri/eldoc-box
|
;; URL: https://github.com/casouri/eldoc-box
|
||||||
;; Package-Requires: ((emacs "26.1"))
|
;; Package-Requires: ((emacs "26.1"))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user