Hide tab-bar line in company-box frames
This commit is contained in:
parent
d6ef43a563
commit
b61096578a
1 changed files with 6 additions and 0 deletions
|
@ -122,6 +122,12 @@
|
||||||
(ElispFeature . ,(all-the-icons-material "stars" :face 'all-the-icons-orange))
|
(ElispFeature . ,(all-the-icons-material "stars" :face 'all-the-icons-orange))
|
||||||
(ElispFace . ,(all-the-icons-material "format_paint" :face 'all-the-icons-pink)))))
|
(ElispFace . ,(all-the-icons-material "format_paint" :face 'all-the-icons-pink)))))
|
||||||
|
|
||||||
|
;; Disable tab-bar in company-box child frames
|
||||||
|
;; TODO PR me upstream!
|
||||||
|
(add-to-list 'company-box-frame-parameters '(tab-bar-lines . 0))
|
||||||
|
|
||||||
|
;; Don't show documentation in echo area, because company-box displays its own
|
||||||
|
;; in a child frame.
|
||||||
(delq! 'company-echo-metadata-frontend company-frontends)
|
(delq! 'company-echo-metadata-frontend company-frontends)
|
||||||
|
|
||||||
(defun +company-box-icons--elisp-fn (candidate)
|
(defun +company-box-icons--elisp-fn (candidate)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue