Split out all-the-icons to separate siren-all-the-icons module

This commit is contained in:
2017-12-23 17:52:20 +00:00
parent 44ab3c0da1
commit 24a8da54b5
2 changed files with 13 additions and 2 deletions

View File

@@ -0,0 +1,12 @@
;;; siren-all-the-icons.el --- jimeh's Emacs Siren: all-the-icons configuration.
;;; Commentary:
;; Basic configuration for all-the-icons.
;;; Code:
(use-package all-the-icons)
(provide 'siren-all-the-icons)
;;; siren-all-the-icons.el ends here

View File

@@ -6,8 +6,6 @@
;;; Code:
(use-package all-the-icons)
(use-package neotree
:bind
("C-x C-p" . neotree-toggle)
@@ -35,6 +33,7 @@ or the current buffer directory."
(neotree-project-dir)))
:config
(require 'siren-all-the-icons)
(require 'siren-projectile)
(if window-system