mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
Split out all-the-icons to separate siren-all-the-icons module
This commit is contained in:
12
modules/siren-all-the-icons.el
Normal file
12
modules/siren-all-the-icons.el
Normal 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
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user