branch: externals/modus-themes
commit fc3783e5d374d6fcbccfb5f452a0a322cde64290
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>

    Also autoload modus-themes-activate
---
 modus-themes.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/modus-themes.el b/modus-themes.el
index f06d24eb0e..062a287961 100644
--- a/modus-themes.el
+++ b/modus-themes.el
@@ -3784,6 +3784,7 @@ Also see `modus-themes-get-themes'.")
 (defvar modus-themes--activated-themes nil
   "List of themes that `modus-themes-activate' operated on.")
 
+;;;###autoload
 (defun modus-themes-activate (theme)
   "Load THEME if it is not defined but do not activate it."
   ;; NOTE 2025-09-29: We need to do this instead of pushing to the

Reply via email to