Skip to content

Commit 0689acd

Browse files
committed
Bump version to 5.6.0.
1 parent 33bd0de commit 0689acd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

init.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
;; Author: Vincent Zhang <[email protected]>
66
;; URL: https://github.com/seagle0128/.emacs.d
7-
;; Version: 5.5.0
7+
;; Version: 5.6.0
88
;; Keywords: .emacs.d centaur
99

1010
;;

lisp/init-company.el

+1
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@
129129
(require 'all-the-icons nil t))
130130
(declare-function all-the-icons-faicon 'all-the-icons)
131131
(declare-function all-the-icons-material 'all-the-icons)
132+
(declare-function all-the-icons-octicon 'all-the-icons)
132133
(setq company-box-icons-all-the-icons
133134
`((Unknown . ,(all-the-icons-material "find_in_page" :height 0.9 :v-adjust -0.2))
134135
(Text . ,(all-the-icons-faicon "text-width" :height 0.85 :v-adjust -0.05))

0 commit comments

Comments
 (0)