Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
5847f861
Commit
5847f861
authored
Feb 24, 1994
by
Richard M. Stallman
Browse files
(lisp-mode-variables): Set outline-regexp.
parent
a6234246
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
lisp/emacs-lisp/lisp-mode.el
lisp/emacs-lisp/lisp-mode.el
+2
-0
No files found.
lisp/emacs-lisp/lisp-mode.el
View file @
5847f861
...
...
@@ -95,6 +95,8 @@
(
setq
indent-region-function
'lisp-indent-region
)
(
make-local-variable
'parse-sexp-ignore-comments
)
(
setq
parse-sexp-ignore-comments
t
)
(
make-local-variable
'outline-regexp
)
(
setq
outline-regexp
";;; \|(...."
)
(
make-local-variable
'comment-start
)
(
setq
comment-start
";"
)
(
make-local-variable
'comment-start-skip
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment