mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-24 10:38:38 +00:00
(prolog-mode-variables):
Set imenu-generic-expression.
This commit is contained in:
parent
aa2c242656
commit
2c239c8061
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user