Clean up duplicated setting in scheme-mode-variables
* lisp/progmodes/scheme.el (scheme-mode-variables): Remove repeated setting.
This commit is contained in:
parent
559fb593d7
commit
c1a71ea774
1 changed files with 0 additions and 1 deletions
|
@ -143,7 +143,6 @@
|
|||
(setq-local comment-start-skip ";+[ \t]*")
|
||||
(setq-local comment-use-syntax t)
|
||||
(setq-local comment-column 40)
|
||||
(setq-local parse-sexp-ignore-comments t)
|
||||
(setq-local lisp-indent-function 'scheme-indent-function)
|
||||
(setq mode-line-process '("" scheme-mode-line-process))
|
||||
(setq-local imenu-case-fold-search t)
|
||||
|
|
Loading…
Add table
Reference in a new issue