diff --git a/configuration.org b/configuration.org
index 00d1d28dc13106e376a8aafc29da44468656f869..bde966cf4eb4061715c77203d123d19173f6e237 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=