(lisp-mode-variables): Set outline-regexp.
This commit is contained in:
parent
a62342463a
commit
5847f86195
1 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue