We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33bd0de commit 0689acdCopy full SHA for 0689acd
init.el
@@ -4,7 +4,7 @@
4
5
;; Author: Vincent Zhang <[email protected]>
6
;; URL: https://github.com/seagle0128/.emacs.d
7
-;; Version: 5.5.0
+;; Version: 5.6.0
8
;; Keywords: .emacs.d centaur
9
10
;;
lisp/init-company.el
@@ -129,6 +129,7 @@
129
(require 'all-the-icons nil t))
130
(declare-function all-the-icons-faicon 'all-the-icons)
131
(declare-function all-the-icons-material 'all-the-icons)
132
+ (declare-function all-the-icons-octicon 'all-the-icons)
133
(setq company-box-icons-all-the-icons
134
`((Unknown . ,(all-the-icons-material "find_in_page" :height 0.9 :v-adjust -0.2))
135
(Text . ,(all-the-icons-faicon "text-width" :height 0.85 :v-adjust -0.05))
0 commit comments