diff options
| author | Craig Jennings <c@cjennings.net> | 2026-06-29 19:20:19 -0400 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-06-29 19:20:19 -0400 |
| commit | 5aaca33fdd57a9987f26476dd44510831ad033ca (patch) | |
| tree | 90c4326d13959b4d7b90dad9ab85a544543e6583 /modules/keyboard-compat.el | |
| parent | fae3ad57b80e23b4633e357af357d95c4a76145e (diff) | |
| download | dotemacs-5aaca33fdd57a9987f26476dd44510831ad033ca.tar.gz dotemacs-5aaca33fdd57a9987f26476dd44510831ad033ca.zip | |
refactor(icons): drop all-the-icons, nerd-icons drives everything
nerd-icons already rendered every icon in the config (dashboard, dirvish, ibuffer, completion). all-the-icons survived only as scaffolding: a font-install helper, the all-the-icons-nerd-fonts bridge, and a terminal-blanking advice block the nerd-icons one beside it already duplicated. I removed all of it and pointed the font-install helper at nerd-icons (Symbols Nerd Font Mono), keeping the auto-install-on-first-GUI-frame convenience. I updated the font-config tests to the renamed helper.
Diffstat (limited to 'modules/keyboard-compat.el')
| -rw-r--r-- | modules/keyboard-compat.el | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/modules/keyboard-compat.el b/modules/keyboard-compat.el index 172f96c7b..9395b9c86 100644 --- a/modules/keyboard-compat.el +++ b/modules/keyboard-compat.el @@ -68,12 +68,6 @@ This runs after init to override any package settings." nerd-icons-icon-for-buffer)) (advice-add fn :around #'cj/--icon-blank-in-terminal))) -(with-eval-after-load 'all-the-icons - (dolist (fn '(all-the-icons-icon-for-file - all-the-icons-icon-for-dir - all-the-icons-icon-for-mode)) - (advice-add fn :around #'cj/--icon-blank-in-terminal))) - ;; ============================================================================= ;; GUI-specific fixes ;; ============================================================================= |
