From: Stefan Monnier <monnier@iro.umontreal.ca>
To: help-gnu-emacs@gnu.org
Subject: Re: Emacs with rainbow-delimiters
Date: Sat, 09 Jan 2021 13:50:43 -0500 [thread overview]
Message-ID: <jwveeiudjyo.fsf-monnier+emacs@gnu.org> (raw)
In-Reply-To: trinity-f240ffed-30a5-4eac-8a5e-b2f030827dc2-1610215485527@3c-app-mailcom-bs08
> 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
Presumably you don't have the package `rainbow-delimiters` installed.
Note that the (require 'rainbow-delimiters) should be redundant since
installing the package should be enough to make it so the function
`rainbow-delimiters-mode` is autoloaded (i.e. the package will be
loaded if needed when you call the function).
Stefan
next prev parent reply other threads:[~2021-01-09 18:50 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-01-09 18:04 Emacs with rainbow-delimiters wael-zwaiter
2021-01-09 18:20 ` Omar Polo
2021-01-09 18:50 ` Stefan Monnier [this message]
2021-01-09 20:11 ` wael-zwaiter
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=jwveeiudjyo.fsf-monnier+emacs@gnu.org \
--to=monnier@iro.umontreal.ca \
--cc=help-gnu-emacs@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).