Skip to content

Drup/paradox.el

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

About

Emacs mode to edit paradox mod files

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published