Hide company-posframe from the mode-line
This commit is contained in:
parent
ae490e2a32
commit
a990b9d4d9
1 changed files with 4 additions and 3 deletions
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
;; Author: Tom Willemse <tom@ryuslash.org>
|
;; Author: Tom Willemse <tom@ryuslash.org>
|
||||||
;; Keywords: local
|
;; Keywords: local
|
||||||
;; Version: 20190522205448
|
;; Version: 20190523070353
|
||||||
;; Package-Requires: (company company-posframe diminish)
|
;; Package-Requires: (company company-posframe diminish)
|
||||||
|
|
||||||
;; This program is free software; you can redistribute it and/or modify
|
;; This program is free software; you can redistribute it and/or modify
|
||||||
|
@ -31,8 +31,6 @@
|
||||||
(require 'company-posframe)
|
(require 'company-posframe)
|
||||||
(require 'diminish)
|
(require 'diminish)
|
||||||
|
|
||||||
(diminish 'company-mode)
|
|
||||||
|
|
||||||
(setq company-dabbrev-ignore-case nil)
|
(setq company-dabbrev-ignore-case nil)
|
||||||
(setq company-idle-delay 0.2)
|
(setq company-idle-delay 0.2)
|
||||||
(setq company-tooltip-align-annotations t)
|
(setq company-tooltip-align-annotations t)
|
||||||
|
@ -44,6 +42,9 @@
|
||||||
|
|
||||||
(company-posframe-mode)
|
(company-posframe-mode)
|
||||||
|
|
||||||
|
(diminish 'company-mode)
|
||||||
|
(diminish 'company-posrame-mode)
|
||||||
|
|
||||||
;;;###autoload(with-eval-after-load 'company (require 'oni-company))
|
;;;###autoload(with-eval-after-load 'company (require 'oni-company))
|
||||||
|
|
||||||
(provide 'oni-company)
|
(provide 'oni-company)
|
||||||
|
|
Loading…
Reference in a new issue