Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 673 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 673 Bytes

Emacs mode to edit paradox 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:

(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: