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

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

Re: Minor modes and file names


From: Tassilo Horn
Subject: Re: Minor modes and file names
Date: Thu, 28 Jan 2021 21:29:03 +0100
User-agent: mu4e 1.5.7; emacs 28.0.50

steve-humphreys@gmx.com writes:

> Have tried to use it, but have encountered difficulties
>
> (add-to-list
>    'load-path "~/Genadm/build/gungadin-1.0/elisp/crucible")
> (require 'crucible-mode crucible-mode-prot-2021-01-28-utc0656)

The second arg has to be a string, i.e,

  (require 'crucible-mode "crucible-mode-prot-2021-01-28-utc0656")

Bye,
Tassilo



reply via email to

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