Add contributro notice
This commit is contained in:
parent
112afa1137
commit
3ca3a304b6
@ -24,3 +24,5 @@ As of writing this README, eglot doesn't have a public mode hook, use this hook:
|
|||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(add-hook 'eglot--managed-mode-hook #'eldoc-box-hover-mode t)
|
(add-hook 'eglot--managed-mode-hook #'eldoc-box-hover-mode 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