1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-23 10:34:07 +00:00

(prolog-mode-variables):

Set imenu-generic-expression.
This commit is contained in:
Karl Heuer 1997-12-04 04:28:41 +00:00
parent aa2c242656
commit 2c239c8061

View File

@ -93,6 +93,8 @@ nil means send actual operating system end of file."
(setq paragraph-separate paragraph-start)
(make-local-variable 'paragraph-ignore-fill-prefix)
(setq paragraph-ignore-fill-prefix t)
(make-local-variable 'imenu-generic-expression)
(setq imenu-generic-expression "^[a-z][a-zA-Z0-9_]+")
(make-local-variable 'indent-line-function)
(setq indent-line-function 'prolog-indent-line)
(make-local-variable 'comment-start)