diff options
| author | Craig Jennings <c@cjennings.net> | 2025-10-25 20:10:48 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2025-10-25 20:10:48 -0500 |
| commit | 1dc7f5b3ae9dcee4435570145fce00b5590f3d65 (patch) | |
| tree | fcde5e787fcd309d8e710903a901e7667682076a /modules/font-config.el | |
| parent | b36533cbc73173597c6d1e9f4bdfb0e9c56e6dba (diff) | |
| download | dotemacs-1dc7f5b3ae9dcee4435570145fce00b5590f3d65.tar.gz dotemacs-1dc7f5b3ae9dcee4435570145fce00b5590f3d65.zip | |
refactor:dirvish: Remove redundant nerd-icons setup
Move the `nerd-icons` setup from `dirvish-config.el` to
`font-config.el` to consolidate icon configurations.
Diffstat (limited to 'modules/font-config.el')
| -rw-r--r-- | modules/font-config.el | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/modules/font-config.el b/modules/font-config.el index e478f5bca..1541f55ff 100644 --- a/modules/font-config.el +++ b/modules/font-config.el @@ -175,6 +175,12 @@ If FRAME is nil, uses the selected frame." :config (all-the-icons-nerd-fonts-prefer)) +;; -------------------------------- Nerd Icons --------------------------------- +;; Modern icon fonts for UI elements + +(use-package nerd-icons + :defer .5) + ;; ----------------------------- Emoji Fonts Per OS ---------------------------- ;; Set emoji fonts in priority order (first found wins) |
