Files
.emacs.d/modules/projects/siren-all-the-icons.el
Jim Myhrberg 87a86191db Majorly re-organize modules
- Split large modules into smaller parts (e.g. siren-text-manipulation)
- Organize modules into high level groups:
  - completion
  - core
  - editor
  - languages
  - linting
  - misc
  - navigation
  - projects
  - spelling
  - text-editing
  - version-control
  - windows
  - workspaces
2018-05-20 17:31:11 +01:00

13 lines
250 B
EmacsLisp

;;; 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