mirror of
https://github.com/protesilaos/modus-themes.git
synced 2026-09-10 07:16:30 -04:00
Add aliases for theme loading
This commit is contained in:
parent
b436b37a68
commit
556fe3c047
|
|
@ -55,6 +55,9 @@
|
|||
(eval-when-compile
|
||||
(require 'modus-themes-core))
|
||||
|
||||
;;;###autoload
|
||||
(defalias 'modus-themes-load-operandi 'modus-themes--light)
|
||||
|
||||
(modus-themes-core-theme
|
||||
'modus-operandi)
|
||||
|
||||
|
|
|
|||
|
|
@ -55,6 +55,9 @@
|
|||
(eval-when-compile
|
||||
(require 'modus-themes-core))
|
||||
|
||||
;;;###autoload
|
||||
(defalias 'modus-themes-load-vivendi 'modus-themes--dark)
|
||||
|
||||
(modus-themes-core-theme
|
||||
'modus-vivendi)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue