Add rainbow delimiters to scheme mode
This commit is contained in:
parent
cf4538d942
commit
43f7117567
1 changed files with 6 additions and 0 deletions
|
@ -13,3 +13,9 @@ as the interpreter are opened in scheme mode.
|
|||
#+BEGIN_SRC emacs-lisp
|
||||
(add-to-list 'interpreter-mode-alist '("scsh" . scheme-mode))
|
||||
#+END_SRC
|
||||
|
||||
Enable rainbow delimiters mode.
|
||||
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(add-hook 'scheme-mode-hook 'rainbow-delimiters-mode)
|
||||
#+END_SRC
|
||||
|
|
Loading…
Reference in a new issue