improved fonts all-the-icons

This commit is contained in:
Jesús 2019-02-12 11:42:16 -05:00
parent b2610cf17e
commit 1cf69cc8ae
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766

View File

@ -7,15 +7,15 @@
;;----------------------------------
;; All-the-icons
;;----------------------------------
(use-package all-the-icons)
;;----------------------------------
;; Fonts - connecting with neotree
;;---------------------------------
(if (file-exists-p "~/.local/share/fonts/all-the-icons.ttf")
(message "the icons are installed :)")
(setq neotree-mode-hook 'all-the-icons-install-fonts)
)
(use-package all-the-icons
:ensure t
:config
;;----------------------------------
;; Fonts - connecting with neotree
;;---------------------------------
(if (member "all-the-icons" (font-family-list))
(message "the icons are installed :)")
(setq neotree-mode-hook 'all-the-icons-install-fonts)))
;; fix performace
(setq inhibit-compacting-font-caches t)