all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: michael-franzese@gmx.com
To: Help Gnu Emacs <help-gnu-emacs@gnu.org>
Subject: Installing modus-themes from source
Date: Sat, 26 Dec 2020 16:39:36 +0100	[thread overview]
Message-ID: <trinity-8e3fba74-606b-44e6-8109-96ba97b2309c-1608997176597@3c-app-mailcom-bs08> (raw)


Would like to install modus-themes-1.0.2 from source.

The debugger is telling me

Debugger entered--Lisp error: (file-missing "Cannot open load file" "No such file or directory" "modus-themes")
  require(modus-themes)

Have done as follows.

(defun enable-modus-themes ()
  "Set and enables modus-themes."

  (add-to-list 'custom-theme-load-path
     (file-name-as-directory
        "/home/mich/modus-themes-1.0.2/"))

  (require 'modus-themes)          ; common code
  (require 'modus-operandi-theme)  ; light theme
  (require 'modus-vivendi-theme)   ; dark theme

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






             reply	other threads:[~2020-12-26 15:39 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-26 15:39 michael-franzese [this message]
2020-12-26 15:58 ` Installing modus-themes from source tomas
2020-12-28  7:27   ` Michael Heerdegen
2020-12-28  9:39     ` tomas
2020-12-28 10:50 ` Michael Heerdegen

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

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

  git send-email \
    --in-reply-to=trinity-8e3fba74-606b-44e6-8109-96ba97b2309c-1608997176597@3c-app-mailcom-bs08 \
    --to=michael-franzese@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.
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.