From 22fabba6956b07ce6f9699306d328a42fc1bd360 Mon Sep 17 00:00:00 2001 From: Bryce Carson Date: Tue, 1 Apr 2025 13:30:59 -0600 Subject: [PATCH] Remove `(dotspacemacs/user-load)` from dotspacemacs-template.el. This was forgotten in #16893. --- core/templates/dotspacemacs-template.el | 9 --------- 1 file changed, 9 deletions(-) diff --git a/core/templates/dotspacemacs-template.el b/core/templates/dotspacemacs-template.el index ab459ed5aa8b..a261d1f05d64 100644 --- a/core/templates/dotspacemacs-template.el +++ b/core/templates/dotspacemacs-template.el @@ -557,15 +557,6 @@ It is mostly for variables that should be set before packages are loaded. If you are unsure, try setting them in `dotspacemacs/user-config' first." ) - -(defun dotspacemacs/user-load () - "Library to load while dumping. -This function is called only while dumping Spacemacs configuration. You can -`require' or `load' the libraries of your choice that will be included in the -dump." - ) - - (defun dotspacemacs/user-config () "Configuration for user code: This function is called at the very end of Spacemacs startup, after layer