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

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

Re: flyspell duplicate exceptions


From: Kévin Le Gouguec
Subject: Re: flyspell duplicate exceptions
Date: Sun, 19 Jul 2020 12:01:51 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Colin Baxter <m43cap@yandex.com> writes:

> Is there any way to add "myexception" to the default list of the variable
> 'flyspell-mark-duplications-exceptions'?

If I understand generalized variables correctly:

#+begin_src elisp
(push "myexception"
      (alist-get nil flyspell-mark-duplications-exceptions))
#+end_src



reply via email to

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