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 ;; 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") ;;---------------------------------
(if (member "all-the-icons" (font-family-list))
(message "the icons are installed :)") (message "the icons are installed :)")
(setq neotree-mode-hook 'all-the-icons-install-fonts) (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)