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

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

Re: Switching show-paren-mode off


From: carlmarcos
Subject: Re: Switching show-paren-mode off
Date: Fri, 15 Jul 2022 23:09:21 +0200 (CEST)

Jul 14, 2022, 21:27 by thibaut.verron@gmail.com:

> Hi,
>
> The value of the variable show-paren-mode will be t if the mode is enabled.
>

Would the following be sufficient to enable the mode if not already enabled?

(unless show-paren-mode (show-paren-mode 1))


> Alternatively, if all you want is to disable the mode, (show-paren-mode -1)
> will do that.
>
> Best wishes,
> Thibaut
>
> Le jeu. 14 juil. 2022 à 22:14, carlmarcos--- via Users list for the GNU
> Emacs text editor <help-gnu-emacs@gnu.org> a écrit :
>
>>
>> How can I test whether `show-paren-mode' is enabled, so I can switch it
>> off ?
>>




reply via email to

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