Skip to content

Instantly share code, notes, and snippets.

@rhz
Created November 3, 2010 19:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rhz/661549 to your computer and use it in GitHub Desktop.
Save rhz/661549 to your computer and use it in GitHub Desktop.
(add-to-list 'load-path (expand-file-name "~/emacs/lisp/auto-complete-1.2/"))
(require 'auto-complete-config)
(add-to-list 'ac-dictionary-directories "~/emacs/lisp/auto-complete-1.2/dict/")
(ac-config-default)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment