Skip to content

Commit

Permalink
tweak(eglot): disable annoying reporting in echo area
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Mar 24, 2023
1 parent 7546f08 commit 23af99e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/me-prog.el
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
(eglot-autoshutdown t) ; shutdown after closing the last managed buffer
(eglot-sync-connect 0) ; async, do not block
(eglot-extend-to-xref t) ; can be interesting!
(eglot-report-progress nil) ; disable annoying messages in echo area!
:init
;; Register global keybinding
(+map! :infix "c"
Expand Down

0 comments on commit 23af99e

Please sign in to comment.