all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / 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

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.