Skip to content

Commit

Permalink
tweak(eldoc-box): remove special case, fixed upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Apr 29, 2023
1 parent 439b6aa commit f38adf1
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions modules/me-prog.el
Original file line number Diff line number Diff line change
Expand Up @@ -156,15 +156,7 @@ the children of class at point."
(use-package eldoc-box
:straight t
:hook (prog-mode . eldoc-box-hover-at-point-mode)
:hook (eglot-managed-mode . eldoc-box-hover-at-point-mode)
:hook ((tab-bar-mode tool-bar-mode) . +eldoc-box-hover-at-point-fix-h)
:config
;; HACK: Temporary fix for `eldoc-box-hover-at-point-mode' with `tab-bar-mode'
;; and `tool-bar-mode'.
(defun +eldoc-box-hover-at-point-fix-h ()
(when (bound-and-true-p eldoc-box-hover-at-point-mode)
(eldoc-box-hover-at-point-mode -1)
(eldoc-box-hover-at-point-mode 1))))
:hook (eglot-managed-mode . eldoc-box-hover-at-point-mode))

(use-package cov
:straight (:host github :repo "abougouffa/cov" :branch "feat/gcov-cmake")
Expand Down

0 comments on commit f38adf1

Please sign in to comment.