Skip to content

Commit

Permalink
Bump version to 5.6.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
seagle0128 committed Aug 21, 2019
1 parent 33bd0de commit 0689acd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion init.el
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

;; Author: Vincent Zhang <[email protected]>
;; URL: https://github.com/seagle0128/.emacs.d
;; Version: 5.5.0
;; Version: 5.6.0
;; Keywords: .emacs.d centaur

;;
Expand Down
1 change: 1 addition & 0 deletions lisp/init-company.el
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit 0689acd

Please sign in to comment.