doomemacs/modules/app/write
2018-02-11 17:05:16 +08:00
..
autoload.el Add: add mixed-pitch-mode to +write-mode 2018-02-11 17:05:16 +08:00
config.el Add: extend +write module 2018-02-11 17:04:30 +08:00
packages.el Add: extend +write module 2018-02-11 17:04:30 +08:00
README.org Add: extend +write module 2018-02-11 17:04:30 +08:00

+langtool

Support for languagetool

For installation of languagetool, please checkout https://languagetool.org/. Noted that you need Java to run languagetool.

MacOS users can install languagetool using brew:

brew install languagetool

After installation, you need to find out the path of the jar file and set it as +langtool-jar-path.

+wordnut

This use wordnut package to provide a dictionary in Emacs. Commands avaliable:

  • wordnut-search
  • wordnut-lookup-curent-word

+synosaurus

This use synosaurus package to provide a dictionary in Emacs. Commands avaliable:

  • synosaurus-mode
  • synosaurus-lookup
  • synosaurus-choose-and-replace

mixed-pitch

This package enable fixed-width font and variable-pitch font coexist in the same buffer": you can use Fira code for code blocks in org mode file where use Ariel for main content (if you want…).