diff options
author | Franck Cuny <fcuny@twitter.com> | 2018-10-04 15:03:58 -0700 |
---|---|---|
committer | Franck Cuny <fcuny@twitter.com> | 2018-10-04 15:03:58 -0700 |
commit | 6cab7b859b9b418d3b1f40a82d8d6cd5c298c087 (patch) | |
tree | a7aabee79b6c10f39b6e3bb049b43d7efda401e4 | |
parent | [emacs] Remove code to manage display. (diff) | |
download | emacs.d-6cab7b859b9b418d3b1f40a82d8d6cd5c298c087.tar.gz |
[emacs] Update python config
-rw-r--r-- | configs/rcs/emacs.d/init.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configs/rcs/emacs.d/init.el b/configs/rcs/emacs.d/init.el index b6749a8..da6f61b 100644 --- a/configs/rcs/emacs.d/init.el +++ b/configs/rcs/emacs.d/init.el @@ -328,7 +328,8 @@ (add-hook 'go-mode-hook #'fcuny/go-mode-setup)) (use-package python - :mode (("\\.py$" . python-mode)) + :mode (("\\.py$" . python-mode) + ("\\.wsgi$" . python-mode)) :commands python-mode :custom (python-indent-offset 2)) |