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
- Host: GitHub
- URL: https://github.com/drup/paradox.el
- Owner: Drup
- License: gpl-2.0
- Created: 2016-05-12T03:01:55.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-05-14T01:11:58.000Z (over 9 years ago)
- Last Synced: 2025-06-28T02:41:12.814Z (7 months ago)
- Topics: emacs-mode, paradox
- Language: Emacs Lisp
- Homepage:
- Size: 21.5 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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