Advertisement
Guest User

Untitled

a guest
Apr 20th, 2014
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. (add-to-list 'load-path "/home/arthur/.emacs.d/auto-complete/")
  2. (require 'auto-complete)
  3. (require 'auto-complete-config)
  4. (add-to-list 'ac-dictionary-directories "/home/arthur/.emacs.d/auto-complete/ac-dict")
  5. (ac-config-default)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement