all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Installing modus-themes from source
@ 2020-12-26 15:39 michael-franzese
  2020-12-26 15:58 ` tomas
  2020-12-28 10:50 ` Michael Heerdegen
  0 siblings, 2 replies; 5+ messages in thread
From: michael-franzese @ 2020-12-26 15:39 UTC (permalink / raw)
  To: Help Gnu Emacs


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) )






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

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

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-12-26 15:39 Installing modus-themes from source michael-franzese
2020-12-26 15:58 ` tomas
2020-12-28  7:27   ` Michael Heerdegen
2020-12-28  9:39     ` tomas
2020-12-28 10:50 ` Michael Heerdegen

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.