mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-09 12:57:25 -05:00
ui/posframe: silence emacs version output in company-childframe-mode
This commit is contained in:
@ -15,6 +15,7 @@
|
|||||||
:when (featurep! :completion company)
|
:when (featurep! :completion company)
|
||||||
:after company
|
:after company
|
||||||
:config
|
:config
|
||||||
|
(setq company-childframe-notification nil)
|
||||||
(company-childframe-mode 1)
|
(company-childframe-mode 1)
|
||||||
(after! desktop
|
(after! desktop
|
||||||
(push '(company-childframe-mode . nil) desktop-minor-mode-table)))
|
(push '(company-childframe-mode . nil) desktop-minor-mode-table)))
|
||||||
|
Reference in New Issue
Block a user