improved fonts all-the-icons
This commit is contained in:
parent
b2610cf17e
commit
1cf69cc8ae
@ -7,15 +7,15 @@
|
||||
;;----------------------------------
|
||||
;; All-the-icons
|
||||
;;----------------------------------
|
||||
(use-package all-the-icons)
|
||||
|
||||
(use-package all-the-icons
|
||||
:ensure t
|
||||
:config
|
||||
;;----------------------------------
|
||||
;; 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 :)")
|
||||
(setq neotree-mode-hook 'all-the-icons-install-fonts)
|
||||
)
|
||||
(setq neotree-mode-hook 'all-the-icons-install-fonts)))
|
||||
|
||||
;; fix performace
|
||||
(setq inhibit-compacting-font-caches t)
|
||||
|
Loading…
x
Reference in New Issue
Block a user