help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Calling same expression with or in case


From: Heime
Subject: Calling same expression with or in case
Date: Tue, 16 Apr 2024 09:52:53 +0000

Haw can I match multiple strings that call the same expression?

    (pcase seltm
      ((or "vivendi" "dark" "dk")
         (load-theme 'modus-vivendi :no-confirm))
      ((or "operandi" "light" "lt")
         (load-theme 'modus-operandi :no-confirm)))




Sent with Proton Mail secure email.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]