unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Christopher Dimech <dimech@gmx.com>
To: Help Gnu Emacs <help-gnu-emacs@gnu.org>
Subject: Emacs Themes
Date: Fri, 20 Nov 2020 03:10:18 +0100	[thread overview]
Message-ID: <trinity-ac06bfa0-818b-4c2d-acbf-7ad84a90ac81-1605838218526@3c-app-mailcom-bs14> (raw)

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)




             reply	other threads:[~2020-11-20  2:10 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-20  2:10 Christopher Dimech [this message]
2020-11-20  3:21 ` Emacs Themes 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=trinity-ac06bfa0-818b-4c2d-acbf-7ad84a90ac81-1605838218526@3c-app-mailcom-bs14 \
    --to=dimech@gmx.com \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).