1234567891011121314151617181920212223242526272829 |
- (use-package all-the-icons
- :ensure t
- :config
-
-
-
- (if (member "all-the-icons" (font-family-list))
- (message "The all-the-icons are installed (.❛ ᴗ ❛.)")
- (setq neotree-mode-hook 'all-the-icons-install-fonts)))
- (setq inhibit-compacting-font-caches t)
- (provide 'init-icons)
|