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

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

Re: flyspell duplicate exceptions


From: Dmitry Alexandrov
Subject: Re: flyspell duplicate exceptions
Date: Sun, 19 Jul 2020 15:02:02 +0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Colin Baxter <m43cap@yandex.com> wrote:
> I ended up actually using it in a '.dir-locals.el' since flyspell must be 
> loaded first to ensure that the variable  
> 'flyspell-mark-duplications-exceptions' is recognised.

        (with-eval-after-load 'flyspell …)

or just

        (require 'flyspell)

Attachment: signature.asc
Description: PGP signature


reply via email to

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