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