Add contributro notice

This commit is contained in:
Yuan Fu 2018-12-20 13:53:24 -05:00
parent 112afa1137
commit 3ca3a304b6
No known key found for this signature in database
GPG Key ID: 1CF5ECABEC37A901
2 changed files with 4 additions and 0 deletions

View File

@ -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]]

View File

@ -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"))