From 59c10970417004c34aed15418a3d34e7cf19d421 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Sun, 17 Jul 2022 15:20:08 +0200 Subject: [PATCH] Require octicons and material --- lisp/skicons.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lisp/skicons.el b/lisp/skicons.el index bce7c904eb1..ce6eca5a6cf 100644 --- a/lisp/skicons.el +++ b/lisp/skicons.el @@ -73,6 +73,9 @@ ;; - Icon aliases (require 'cl-lib) +(with-eval-after-load 'icons + (require 'icons-material) + (require 'icons-octicons)) ;;;; User options. -- 2.39.5