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

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

Re: visible-whitespace-mode


From: Michael Heerdegen
Subject: Re: visible-whitespace-mode
Date: Thu, 09 Jun 2022 20:17:06 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

goncholden <goncholden@protonmail.com> writes:

> Because I used
>
> (require 'visible-whitespace-mode)
>
> and that failed as well.

Your file doesn't provide a feature, so you can't use `require' to load
it (you would not `require' the mode name anyway - please have a look in
the manual how `provide' and `require' work).

So you can either add a `provide' statement to your file, or load it
using `load': (load "visws").

Michael.




reply via email to

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