From ced0fe8f9ef7cd16ade900bb34393c627f6d0c69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Tue, 22 Jan 2019 15:45:41 -0500 Subject: Change directory lisp/ to modules/ FS #2 --- lisp/init-icons.el | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 lisp/init-icons.el (limited to 'lisp/init-icons.el') diff --git a/lisp/init-icons.el b/lisp/init-icons.el deleted file mode 100644 index 198d8c0..0000000 --- a/lisp/init-icons.el +++ /dev/null @@ -1,17 +0,0 @@ -;;---------------------------------- -;; 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) - ) - -;; fix performace -(setq inhibit-compacting-font-caches t) - -(provide 'init-icons) -- cgit v1.2.3