diff --git a/init.el b/init.el index 91af63a2c..014dcd576 100644 --- a/init.el +++ b/init.el @@ -4,7 +4,7 @@ ;; Author: Vincent Zhang ;; URL: https://github.com/seagle0128/.emacs.d -;; Version: 5.5.0 +;; Version: 5.6.0 ;; Keywords: .emacs.d centaur ;; diff --git a/lisp/init-company.el b/lisp/init-company.el index c3bf94df8..ba8c71b20 100644 --- a/lisp/init-company.el +++ b/lisp/init-company.el @@ -129,6 +129,7 @@ (require 'all-the-icons nil t)) (declare-function all-the-icons-faicon 'all-the-icons) (declare-function all-the-icons-material 'all-the-icons) + (declare-function all-the-icons-octicon 'all-the-icons) (setq company-box-icons-all-the-icons `((Unknown . ,(all-the-icons-material "find_in_page" :height 0.9 :v-adjust -0.2)) (Text . ,(all-the-icons-faicon "text-width" :height 0.85 :v-adjust -0.05))