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

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

flyspell duplicate exceptions


From: Colin Baxter
Subject: flyspell duplicate exceptions
Date: Sun, 19 Jul 2020 09:45:18 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)

Hello,

Is there any way to add "myexception" to the default list of the variable
'flyspell-mark-duplications-exceptions'? An emacs-init setq in the manner of

#+begin_src elisp
(setq flyspell-mark-duplications-exceptions
  '((nil . ("that" "had" "myexception")) ;; Defaults + myexception
    ("\\`francais" . ("nous" "vous"))    ;; French defaults
)) ;; End brackets
#+end_src

works, but a repeat of default settings seems wasteful to me.

Best wishes,

Colin

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




reply via email to

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