1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
prolog-el for Debian
--------------------
This package installs prolog.el in the `load-path', but does not set
up Emacs to load `prolog-mode' for .pl files, as those are usually
used for Perl. If you want to have `prolog-mode' for .pl file, add
this to your .emacs:
(add-to-list 'auto-mode-alist '("\\.pl\\'" . prolog-mode))
Insert the following line to your prolog files if you don't want to
alter the `load-path':
% -*- Mode: Prolog -*-
This package does, however, override the prolog-mode that comes with
Emacs.
-- Philipp Benner <pbenner@uni-osnabrueck.de>, Mon, 14 Jan 2008 18:39:16 +0100
|