Skip to content

Instantly share code, notes, and snippets.

@schmir
Created February 10, 2011 14:00
Show Gist options
  • Save schmir/820548 to your computer and use it in GitHub Desktop.
Save schmir/820548 to your computer and use it in GitHub Desktop.
(autoload 'ac-ropemacs-setup "auto-complete-python" "setup autocomplete with ropemacs" t)
(ac-ropemacs-require)
(setq ac-sources (append (list 'ac-source-ropemacs) ac-sources))
(ropemacs-mode 1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment