emacs: add kind-icon
This commit is contained in:
parent
9901b97710
commit
04ee403124
1 changed files with 4 additions and 0 deletions
|
@ -195,6 +195,10 @@ value `italic'."
|
||||||
#'cape-file
|
#'cape-file
|
||||||
#'cape-dabbrev
|
#'cape-dabbrev
|
||||||
#'cape-emoji)))
|
#'cape-emoji)))
|
||||||
|
;; icons
|
||||||
|
(package-install 'kind-icon)
|
||||||
|
(setq kind-icon-default-face 'corfu-default)
|
||||||
|
(add-to-list 'corfu-margin-formatters #'kind-icon-margin-formatter)
|
||||||
|
|
||||||
;; eglot
|
;; eglot
|
||||||
(require 'eglot)
|
(require 'eglot)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue