auctex
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[AUCTeX] add commands to "TeX-command-list"


From: Johan Ekh
Subject: [AUCTeX] add commands to "TeX-command-list"
Date: Mon, 10 Aug 2009 18:54:45 +0200

Hi all,
I've added a command to the TeX-command-list by adding the lines below to my .emacs.
But how do I add more commands? I can't figure out the correct syntax.

Best regards,
Johan




(eval-after-load "tex"
  '(add-to-list 'TeX-command-list
                         '("dvipdf" "dvipdf %s" TeX-run-command nil t) t))

Best regards,
Johan

reply via email to

[Prev in Thread] Current Thread [Next in Thread]