diff --git a/modules/siren-all-the-icons.el b/modules/siren-all-the-icons.el new file mode 100644 index 0000000..b521031 --- /dev/null +++ b/modules/siren-all-the-icons.el @@ -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 diff --git a/modules/siren-neotree.el b/modules/siren-neotree.el index 75658b2..46a495a 100644 --- a/modules/siren-neotree.el +++ b/modules/siren-neotree.el @@ -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