diff options
| author | Protesilaos Stavrou <info@protesilaos.com> | 2026-02-18 20:42:21 +0200 |
|---|---|---|
| committer | Protesilaos Stavrou <info@protesilaos.com> | 2026-02-18 20:42:21 +0200 |
| commit | 2c1e997ea13e006a82d6c9c98f795ee0b9a9414e (patch) | |
| tree | 636eff750ac899f0c6b9e5b1ac3d7541dba5a7f8 /ef-spring-theme.el | |
| parent | a4b5f9353063ef895f6c13c8cd594bfd5df455ca (diff) | |
Revert "Reinstate the theme-autoload cookie with the deftheme in place"
This reverts commit a4b5f9353063ef895f6c13c8cd594bfd5df455ca.
The reason is that this breaks the package when trying to load a theme
at startup. This was reported by Eamonn Sullivan in issue 69 in the
ef-themes repository: <https://github.com/protesilaos/ef-themes/issues/69>.
Diffstat (limited to 'ef-spring-theme.el')
| -rw-r--r-- | ef-spring-theme.el | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/ef-spring-theme.el b/ef-spring-theme.el index 31a738d..90dd745 100644 --- a/ef-spring-theme.el +++ b/ef-spring-theme.el @@ -35,13 +35,6 @@ (require 'ef-themes) -;;;###theme-autoload -(deftheme ef-spring - "Legible light theme with cool, varied colors (green, cyan, red)." - :background-mode 'light - :kind 'color-scheme - :family 'ef) - (defconst ef-spring-palette-partial '((cursor "#bf005f") (bg-main "#f6fff9") |
