mirror of
https://github.com/protesilaos/modus-themes.git
synced 2026-09-10 07:16:30 -04:00
Revert commit 0a5ec7d
This is because it breaks things with existing installs, as reported by several users in issue 162: <https://gitlab.com/protesilaos/modus-themes/-/issues/162>.
This commit is contained in:
parent
1f41820678
commit
bdf9e4f2e8
|
|
@ -50,10 +50,7 @@
|
|||
|
||||
|
||||
|
||||
(if (and (>= emacs-major-version 28)
|
||||
(functionp 'require-theme))
|
||||
(require-theme 'modus-themes)
|
||||
(require 'modus-themes))
|
||||
(require 'modus-themes)
|
||||
|
||||
(deftheme modus-operandi
|
||||
"Accessible and customizable light theme (WCAG AAA standard).
|
||||
|
|
|
|||
|
|
@ -50,10 +50,7 @@
|
|||
|
||||
|
||||
|
||||
(if (and (>= emacs-major-version 28)
|
||||
(functionp 'require-theme))
|
||||
(require-theme 'modus-themes)
|
||||
(require 'modus-themes))
|
||||
(require 'modus-themes)
|
||||
|
||||
(deftheme modus-vivendi
|
||||
"Accessible and customizable light theme (WCAG AAA standard).
|
||||
|
|
|
|||
Loading…
Reference in a new issue