Files @ f3d3009808f7
Branch filter:

Location: majic-scripts/.dir-locals.el

branko
[mapping_generator.py] Initial implementation with support for showing tempalte information:

- Set-up Python project structure to make it easier to install and use
the Python scripts from within confines of a virtual environment.
- Set-up custom configuration for line breaks for Python file editing
when using GNU Emacs.
;; Set wrapping column for Emacs python-mode.
((python-mode . ((fill-column . 120))))