diff --git a/README.org b/README.org index 103e7c9..45d8c11 100644 --- a/README.org +++ b/README.org @@ -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]] diff --git a/eldoc-box.el b/eldoc-box.el index b3e1205..56c031f 100644 --- a/eldoc-box.el +++ b/eldoc-box.el @@ -6,6 +6,8 @@ ;; Author: Sebastien Chapuis ;; Maintainer: Yuan Fu +;; Contributors: +;; João Távora ;; URL: https://github.com/casouri/eldoc-box ;; Package-Requires: ((emacs "26.1"))