Tassilo Horn <[email protected]> writes: > (setq TeX-command-list > (remove '("Biber" "biber %s" TeX-run-Biber nil t :help "Run Biber") > TeX-command-list))
alternatively: (assq-delete-all (car (assoc "Biber" TeX-command-list)) TeX-command-list) which can be easily changed for deleting other unwanted entries. -- Nico. _______________________________________________ auctex mailing list [email protected] https://lists.gnu.org/mailman/listinfo/auctex
