Skip to content

Instantly share code, notes, and snippets.

@Superbil
Last active December 13, 2015 22:29
Show Gist options
  • Save Superbil/4984653 to your computer and use it in GitHub Desktop.
Save Superbil/4984653 to your computer and use it in GitHub Desktop.
python on emacs
;; python setup
(setq python-check-command "pyflakes")
;; python-mode setup
(autoload 'python-mode "python-mode" "Python editing mode." t)
;; load pymacs
(eval-after-load "python-mode"
'(progn
(require 'pymacs)
(pymacs-load "ropemacs" "rope-"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment