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

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

Re: Emacs with rainbow-delimiters


From: Omar Polo
Subject: Re: Emacs with rainbow-delimiters
Date: Sat, 09 Jan 2021 19:20:01 +0100
User-agent: mu4e 1.4.13; emacs 28.0.50

wael-zwaiter@gmx.com writes:

> Have put the following two lines
>
>   (require 'rainbow-delimiters)
>   (rainbow-delimiters-mode 1)
>
> But I am getting the error
>
> File error: Cannot open load file, No such file or directory, 
> rainbow-delimiters

My crystall ball says that you haven't installed rainbow-delimiters:

M-x package-install RET rainbow-delimiters

--

The error is pretty clear: Emacs can't find the file where
rainbow-delimiters is defined.  This leads to two possible outcomes: you
don't have the package installed (highest probability imho), or there is
something else wrong (unlikely).



reply via email to

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