Hide eldoc doc buffer in buffer list

This commit is contained in:
Yuan Fu 2018-12-12 21:54:18 -05:00
parent fe9483dd3c
commit 614c318fdb
No known key found for this signature in database
GPG Key ID: 1CF5ECABEC37A901

View File

@ -111,7 +111,7 @@
;;;; Backstage ;;;; Backstage
;;;;; Variable ;;;;; Variable
(defvar eldoc-box--buffer "*eldoc-box*" (defvar eldoc-box--buffer " *eldoc-box*"
"The buffer used to display eglot doc.") "The buffer used to display eglot doc.")
;;;;; Function ;;;;; Function