summary refs log tree commit diff
path: root/configs
diff options
context:
space:
mode:
authorFranck Cuny <fcuny@twitter.com>2018-10-04 15:03:58 -0700
committerFranck Cuny <fcuny@twitter.com>2018-10-04 15:03:58 -0700
commit6cab7b859b9b418d3b1f40a82d8d6cd5c298c087 (patch)
treea7aabee79b6c10f39b6e3bb049b43d7efda401e4 /configs
parent[emacs] Remove code to manage display. (diff)
downloademacs.d-6cab7b859b9b418d3b1f40a82d8d6cd5c298c087.tar.gz
[emacs] Update python config
Diffstat (limited to '')
-rw-r--r--configs/rcs/emacs.d/init.el3
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))