diff options
Diffstat (limited to 'emacs.d/custom/fcuny-python.el')
-rw-r--r-- | emacs.d/custom/fcuny-python.el | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/emacs.d/custom/fcuny-python.el b/emacs.d/custom/fcuny-python.el deleted file mode 100644 index b0eff5f..0000000 --- a/emacs.d/custom/fcuny-python.el +++ /dev/null @@ -1,9 +0,0 @@ -(use-package python - :after (flycheck flyspell) - :mode (("\\.py$" . python-mode) - ("\\.aurora$" . python-mode)) - :commands python-mode - :hook ((python-mode . eldoc-mode)) - :custom (python-indent-offset 2)) - -(provide 'fcuny-python) |