unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* Emacs Themes
@ 2020-11-20  2:10 Christopher Dimech
  2020-11-20  3:21 ` Jamie Beardslee
  2020-11-20  6:26 ` Pankaj Jangid
  0 siblings, 2 replies; 6+ messages in thread
From: Christopher Dimech @ 2020-11-20  2:10 UTC (permalink / raw)
  To: Help Gnu Emacs

Have two themes and would like to cycle between the two using
a keybinding.  How can I do it?

Currently I have

(add-to-list 'load-path
   "~/GAdmSw/GungaDin-1.0/el/modus-themes/")

;; Set custom-theme-load-path
(add-to-list 'custom-theme-load-path
   (file-name-as-directory
      "~/GAdmSw/GungaDin-1.0/el/modus-themes/"))

(load-theme 'modus-operandi t t)
(enable-theme 'modus-operandi)

(load-theme 'modus-vivendi t t)
(enable-theme 'modus-vivendi)




^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-11-20 10:28 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-20  2:10 Emacs Themes Christopher Dimech
2020-11-20  3:21 ` Jamie Beardslee
2020-11-20  4:20   ` Jean Louis
2020-11-20  6:27     ` Pankaj Jangid
2020-11-20  6:26 ` Pankaj Jangid
2020-11-20 10:28   ` Christopher Dimech

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).