all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: wael-zwaiter@gmx.com
To: Stefan Monnier <monnier@iro.umontreal.ca>
Cc: help-gnu-emacs@gnu.org
Subject: Re: Emacs with rainbow-delimiters
Date: Sat, 9 Jan 2021 21:11:01 +0100	[thread overview]
Message-ID: <trinity-58378f9c-a3f1-4bdc-b6eb-d04441bfd4dc-1610223061723@3c-app-mailcom-bs08> (raw)
In-Reply-To: <jwveeiudjyo.fsf-monnier+emacs@gnu.org>

Hawe put the following lines to work.

(rainbow-delimiters-mode 1)
(add-hook 'prog-mode-hook 'rainbow-delimiters-mode)

But now I would like things active on all files.



> Sent: Sunday, January 10, 2021 at 6:50 AM
> From: "Stefan Monnier" <monnier@iro.umontreal.ca>
> To: help-gnu-emacs@gnu.org
> Subject: Re: Emacs with rainbow-delimiters
>
> > 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
>
>
>



      reply	other threads:[~2021-01-09 20:11 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
2021-01-09 20:11   ` wael-zwaiter [this message]

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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=trinity-58378f9c-a3f1-4bdc-b6eb-d04441bfd4dc-1610223061723@3c-app-mailcom-bs08 \
    --to=wael-zwaiter@gmx.com \
    --cc=help-gnu-emacs@gnu.org \
    --cc=monnier@iro.umontreal.ca \
    /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.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.