General cleanup

This commit is contained in:
Henrik Lissner 2016-04-04 12:06:47 -04:00
parent 7bf28b5ad5
commit ca9f76bfa6
6 changed files with 49 additions and 50 deletions

View file

@ -7,5 +7,9 @@
(local-set-key [escape] 'anaconda-nav-quit)
(local-set-key [?\C-g] 'anaconda-nav-quit)))
;;;###autoload
(defun narf/inf-python ()
(run-python python-shell-interpreter t t))
(provide 'defuns-python)
;;; defuns-python.el ends here