An open API service indexing awesome lists of open source software.

https://github.com/drup/paradox.el

Emacs mode to edit paradox mod files
https://github.com/drup/paradox.el

emacs-mode paradox

Last synced: 5 days ago
JSON representation

Emacs mode to edit paradox mod files

Awesome Lists containing this project

README

          

# Emacs mode to edit [paradox](http://wikis.paradoxplaza.com/) mod files

Tested with stellaris, but should work fine with EU4 and CK2 too.
Autocompletion for stellaris' events and triggers is available with company-mode.

To install, put in your `.emacs`:
```elisp
(add-to-list 'load-path "/path/to/the/repository/")
(require 'paradox)

;; Spellchecking in comments and strings
(add-hook 'paradox-mode-hook 'flyspell-prog-mode)
```

You can use [local variables][] to make it load automatically. Put in your mod files:

```
# Local Variables:
# mode: paradox
# End:
```
[local variables]:https://www.gnu.org/software/emacs/manual/html_mono/elisp.html#File-Local-Variables