improved fonts all-the-icons
This commit is contained in:
parent
b2610cf17e
commit
1cf69cc8ae
@ -7,15 +7,15 @@
|
|||||||
;;----------------------------------
|
;;----------------------------------
|
||||||
;; All-the-icons
|
;; All-the-icons
|
||||||
;;----------------------------------
|
;;----------------------------------
|
||||||
(use-package all-the-icons)
|
(use-package all-the-icons
|
||||||
|
:ensure t
|
||||||
;;----------------------------------
|
:config
|
||||||
;; Fonts - connecting with neotree
|
;;----------------------------------
|
||||||
;;---------------------------------
|
;; Fonts - connecting with neotree
|
||||||
(if (file-exists-p "~/.local/share/fonts/all-the-icons.ttf")
|
;;---------------------------------
|
||||||
(message "the icons are installed :)")
|
(if (member "all-the-icons" (font-family-list))
|
||||||
(setq neotree-mode-hook 'all-the-icons-install-fonts)
|
(message "the icons are installed :)")
|
||||||
)
|
(setq neotree-mode-hook 'all-the-icons-install-fonts)))
|
||||||
|
|
||||||
;; fix performace
|
;; fix performace
|
||||||
(setq inhibit-compacting-font-caches t)
|
(setq inhibit-compacting-font-caches t)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user