diff options
author | Raúl Benencia <id@rbenencia.name> | 2024-10-27 16:56:06 -0700 |
---|---|---|
committer | Raúl Benencia <id@rbenencia.name> | 2024-10-27 16:56:06 -0700 |
commit | 5b6428917a8e46df69a58a10c4aeea119f27a6da (patch) | |
tree | b8f791cd4b2b4b8bb3022db2427c6b303576e382 /.emacs.d/rul-init.d/python.el | |
parent | d1a611007164b1633fc6aa462084fe9541aaef88 (diff) |
emacs: move init prog languages to rul-prog module
Diffstat (limited to '.emacs.d/rul-init.d/python.el')
-rw-r--r-- | .emacs.d/rul-init.d/python.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.emacs.d/rul-init.d/python.el b/.emacs.d/rul-init.d/python.el deleted file mode 100644 index 3186c72..0000000 --- a/.emacs.d/rul-init.d/python.el +++ /dev/null @@ -1 +0,0 @@ -(add-hook 'python-mode-hook 'py-autopep8-enable-on-save) |