Skip to content

Instantly share code, notes, and snippets.

@sunilw
Created September 5, 2014 14:43
Show Gist options
  • Save sunilw/32720ffc0eedc81c99d6 to your computer and use it in GitHub Desktop.
Save sunilw/32720ffc0eedc81c99d6 to your computer and use it in GitHub Desktop.
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;
;; auto-complete
;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(add-to-list 'load-path "~/.emacs.d/lisp/auto-complete")
(require 'auto-complete-config)
(add-to-list 'ac-dictionary-directories "~/.emacs.d/lisp/auto-complete/dict")
(ac-config-default)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment