From 872591dbe649ce23959b512e3d178aaf7c0fddef Mon Sep 17 00:00:00 2001 From: Jacopo De Simoi Date: Thu, 27 Aug 2020 15:12:15 -0400 Subject: [PATCH] Add \include to the ispell-tex-skip-alist --- global.org | 1 + 1 file changed, 1 insertion(+) diff --git a/global.org b/global.org index 15a53ae..fc3d91d 100644 --- a/global.org +++ b/global.org @@ -1179,6 +1179,7 @@ ("\\\\cite" ispell-tex-arg-end) ("\\\\author" ispell-tex-arg-end) ("\\\\address" ispell-tex-arg-end) + ("\\\\include" ispell-tex-arg-end) )) (cadr ispell-tex-skip-alists))) #+END_SRC