Skip to content

Instantly share code, notes, and snippets.

@orontee
Created September 20, 2013 15:35
Show Gist options
  • Save orontee/6639401 to your computer and use it in GitHub Desktop.
Save orontee/6639401 to your computer and use it in GitHub Desktop.

The Auto Complete Mode rocks: Thus it is enabled wherever it is possible.

(when (locate-library "auto-complete")
  (require 'auto-complete)
  (global-auto-complete-mode))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment