From 6a2a86434f3e69977748460bc0e01742609625ff Mon Sep 17 00:00:00 2001 From: Random936 Date: Mon, 26 Feb 2024 09:09:00 -0800 Subject: [PATCH] Switched to nerd-icons from all-the-icons for dashboard (macos) --- .emacs.d/config.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.emacs.d/config.org b/.emacs.d/config.org index 0b9d894..4fcc690 100644 --- a/.emacs.d/config.org +++ b/.emacs.d/config.org @@ -404,7 +404,7 @@ The Emacs dashboard package provides a nice dashboard when first starting up ema :init (setq initial-buffer-choice (lambda () (get-buffer-create "*dashboard*")) dashboard-startup-banner 'logo - dashboard-icon-type 'all-the-icons + dashboard-icon-type 'nerd-icons dashboard-set-file-icons t dashboard-set-heading-icons t dashboard-items '((projects . 5)