aboutsummaryrefslogtreecommitdiff
path: root/.emacs.d/rul-init.d/flycheck.el
diff options
context:
space:
mode:
authorRaúl Benencia <id@rbenencia.name>2024-10-27 16:46:50 -0700
committerRaúl Benencia <id@rbenencia.name>2024-10-27 16:46:50 -0700
commit2fb726a8cc369857c3e2eeb173557926f3b073e0 (patch)
tree865f7d8e81944770e2bee87746a899ca515248ec /.emacs.d/rul-init.d/flycheck.el
parent58e9ecb13a3a01a9dcacc03c467a220f0681bb17 (diff)
emacs: mv fly{check,spell}.el to package rul-write
Diffstat (limited to '.emacs.d/rul-init.d/flycheck.el')
-rw-r--r--.emacs.d/rul-init.d/flycheck.el22
1 files changed, 0 insertions, 22 deletions
diff --git a/.emacs.d/rul-init.d/flycheck.el b/.emacs.d/rul-init.d/flycheck.el
deleted file mode 100644
index 006081e..0000000
--- a/.emacs.d/rul-init.d/flycheck.el
+++ /dev/null
@@ -1,22 +0,0 @@
-(use-package flycheck
- :ensure t
- :config
-
-(flycheck-define-checker proselint
- "A linter for prose."
- :command ("proselint" source-inplace)
- :error-patterns
- ((warning line-start (file-name) ":" line ":" column ": "
- (id (one-or-more (not (any " "))))
- (message) line-end))
- :modes (text-mode markdown-mode gfm-mode org-mode))
-
-(add-to-list 'flycheck-checkers 'proselint)
-
-;; TODO: docker run --rm -p 8010:8010 erikvl87/languagetool
-(use-package flycheck-languagetool
- :ensure t
- :hook (message-mode . flycheck-languagetool-setup)
- :init
- (setq flycheck-languagetool-url "http://localhost:8010")
-))
nihil fit ex nihilo