aboutsummaryrefslogtreecommitdiff
path: root/.emacs.d/rul-init.d/flycheck.el
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/rul-init.d/flycheck.el')
-rw-r--r--.emacs.d/rul-init.d/flycheck.el6
1 files changed, 4 insertions, 2 deletions
diff --git a/.emacs.d/rul-init.d/flycheck.el b/.emacs.d/rul-init.d/flycheck.el
index 6662c06..006081e 100644
--- a/.emacs.d/rul-init.d/flycheck.el
+++ b/.emacs.d/rul-init.d/flycheck.el
@@ -1,4 +1,6 @@
-;; Debian-packages: elpa-flycheck python3-proselint
+(use-package flycheck
+ :ensure t
+ :config
(flycheck-define-checker proselint
"A linter for prose."
@@ -17,4 +19,4 @@
:hook (message-mode . flycheck-languagetool-setup)
:init
(setq flycheck-languagetool-url "http://localhost:8010")
-)
+))
nihil fit ex nihilo