all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Colin Baxter <m43cap@yandex.com>
To: Dmitry Alexandrov <dag@gnui.org>
Cc: help-gnu-emacs@gnu.org, "Kévin Le Gouguec" <kevin.legouguec@gmail.com>
Subject: Re: flyspell duplicate exceptions
Date: Sun, 19 Jul 2020 14:05:45 +0100	[thread overview]
Message-ID: <87mu3vu02e.fsf@yandex.com> (raw)
In-Reply-To: <mu3vemrp.dag@gnui.org> (Dmitry Alexandrov's message of "Sun, 19 Jul 2020 15:02:02 +0300")

Dear Dmitry
>>>>> Dmitry Alexandrov <dag@gnui.org> writes:

    > 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)

I used

#+begin_src elisp
(with-eval-after-load 'flyspell
  (push "myexception" ;; Remember to use lower case!
  (alist-get nil flyspell-mark-duplications-exceptions)))
#+end_src

Best wishes,


Colin.

-- 
Colin Baxter
URL: http://www.Colin-Baxter.com



      reply	other threads:[~2020-07-19 13:05 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-19  8:45 flyspell duplicate exceptions Colin Baxter
2020-07-19 10:01 ` Kévin Le Gouguec
2020-07-19 11:12   ` Colin Baxter
2020-07-19 12:02     ` Dmitry Alexandrov
2020-07-19 13:05       ` Colin Baxter [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=87mu3vu02e.fsf@yandex.com \
    --to=m43cap@yandex.com \
    --cc=dag@gnui.org \
    --cc=help-gnu-emacs@gnu.org \
    --cc=kevin.legouguec@gmail.com \
    /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.