From 6d5e2ec8f56f381abc6262b62cff0ed80cb77fa6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Micha=C3=ABl=20Hauspie?= <michael.hauspie@univ-lille.fr>
Date: Fri, 24 Mar 2023 09:42:27 +0100
Subject: [PATCH] Add grammalecte

---
 configuration.org | 15 ++++++++++-----
 1 file changed, 10 insertions(+), 5 deletions(-)

diff --git a/configuration.org b/configuration.org
index 00d1d28..bde966c 100644
--- a/configuration.org
+++ b/configuration.org
@@ -711,8 +711,6 @@ all buffers. I also set =M-/= to trigger =company-complete=
 
 #+begin_src emacs-lisp
 (use-package company
-;; Looks like company-lsp is no longer available
-;;  :ensure company-lsp 
   :ensure company-box
   :ensure company-php 
   :ensure company-web 
@@ -747,9 +745,6 @@ related.
 #+begin_src emacs-lisp
 (use-package company-php)
 (use-package company-web)
-;; looks like company-lsp is no longer available
-;;(use-package company-lsp
-;;  :defer t)
 #+end_src
 
 
@@ -1072,6 +1067,16 @@ Binding to fix a word /then/ go to the next error. Special syntax
 #+end_src
 
 
+** Grammalecte
+
+Using grammalecte with flycheck
+
+#+begin_src emacs-lisp
+(use-package flycheck-grammalecte)
+#+end_src
+
+#+RESULTS:
+
 * Misc.
 
 Adds =/usr/local/bin= to Emacs =exec-path=
-- 
GitLab