ui/posframe: silence emacs version output in company-childframe-mode

This commit is contained in:
Henrik Lissner 2018-03-13 02:02:33 -04:00
parent fa22dcc7a4
commit 6a1b3473e8
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -15,6 +15,7 @@
:when (featurep! :completion company)
:after company
:config
(setq company-childframe-notification nil)
(company-childframe-mode 1)
(after! desktop
(push '(company-childframe-mode . nil) desktop-minor-mode-table)))