From ef8dec1c962f0132bad3da1f9bf5a846b19af5ad Mon Sep 17 00:00:00 2001 From: Lucas Sta Maria Date: Sat, 24 Feb 2024 19:38:37 -0500 Subject: [PATCH] fix(emacs): add `lsp-grammarly` package Signed-off-by: Lucas Sta Maria --- .emacs.d/init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 5e591b5..323f895 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -79,6 +79,7 @@ (straight-use-package 'lsp-ui) (straight-use-package 'eglot) (straight-use-package 'eldoc-box) +(straight-use-package 'lsp-grammarly) ;; Programming (straight-use-package '(copilot :type git :host github