Add a file for langtool

This commit is contained in:
Andreas Zweili 2022-08-21 15:00:36 +02:00
parent d3fba9a023
commit efe6296f07
3 changed files with 4 additions and 4 deletions

View File

@ -0,0 +1,3 @@
(when (boundp 'enable-langtool)
(use-package langtool
:ensure t))

View File

@ -1,7 +1,3 @@
(when (boundp 'enable-langtool)
(use-package langtool
:ensure t))
(use-package move-text
:ensure t
:config

View File

@ -13,6 +13,7 @@
;; note taking and writing
(load-file (config-path "deft.el"))
(load-file (config-path "latex.el"))
(load-file (config-path "langtool.el"))
(load-file (config-path "markdown.el"))
(load-file (config-path "org_mode.el"))
(load-file (config-path "pdf_tools.el"))