Skip to content

Commit

Permalink
Removed setting location of ac-dict and ac-comphist.dat
Browse files Browse the repository at this point in the history
  • Loading branch information
MrXcitement committed Oct 2, 2012
1 parent 8db23ba commit 44f0627
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions init-auto-complete.el
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,15 @@
;; 2012.09.17
;; * Added new header and license file.
;; * Auto complete package now being provided by package.el
;; 2012.10.01
;; * No longer need to set the location of the ac-dict folder and the
;; ac-comphist.dat file.

(provide 'init-auto-complete)
;;; init-auto-complete.el ends here

(when (require 'auto-complete-config)
(add-to-list 'ac-dictionary-directories "~/.emacs.d/ac-dict")
(setq ac-comphist-file "~/.emacs.d/ac-comphist.dat")
(ac-config-default))


(provide 'init-auto-complete)

0 comments on commit 44f0627

Please sign in to comment.