help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Installing modus-themes from source


From: michael-franzese
Subject: Installing modus-themes from source
Date: Sat, 26 Dec 2020 16:39:36 +0100

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 via email to

[Prev in Thread] Current Thread [Next in Thread]