Skip to content

Instantly share code, notes, and snippets.

@pwl
Created April 26, 2010 17:24
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 pwl/379618 to your computer and use it in GitHub Desktop.
Save pwl/379618 to your computer and use it in GitHub Desktop.
(add-to-list 'load-path "~/.emacs.d/")
(require 'auto-complete-latex)
(setq ac-l-dict-directory "~/.emacs.d/ac-l-dict/")
(add-to-list 'ac-modes 'latex-mode)
(add-hook 'LaTeX-mode-hook 'ac-l-setup)
#!/bin/sh
emacs -q -l ac-l-test.el --eval "(find-file \"test.tex\")"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment