Minor cleanup

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

View File

@ -106,7 +106,6 @@
(defun eldoc-box-quit-frame () (defun eldoc-box-quit-frame ()
"Hide childframe used by eglot doc." "Hide childframe used by eglot doc."
(interactive) (interactive)
;; TODO
(when eldoc-box--frame (when eldoc-box--frame
(make-frame-invisible eldoc-box--frame t))) (make-frame-invisible eldoc-box--frame t)))