hook rainbow parens into scheme-repl buffer
This commit is contained in:
parent
8fc017e43d
commit
90c88071f1
1 changed files with 3 additions and 1 deletions
4
init.el
4
init.el
|
@ -186,6 +186,7 @@
|
||||||
:hook ((emacs-lisp-mode . rainbow-delimiters-mode)
|
:hook ((emacs-lisp-mode . rainbow-delimiters-mode)
|
||||||
(lisp-mode . rainbow-delimiters-mode)
|
(lisp-mode . rainbow-delimiters-mode)
|
||||||
(scheme-mode . rainbow-delimiters-mode)
|
(scheme-mode . rainbow-delimiters-mode)
|
||||||
|
(inferior-scheme-mode . rainbow-delimiters-mode)
|
||||||
(racket-mode . rainbow-delimiters-mode)
|
(racket-mode . rainbow-delimiters-mode)
|
||||||
(cc-mode . rainbow-delimiters-mode)))
|
(cc-mode . rainbow-delimiters-mode)))
|
||||||
|
|
||||||
|
@ -367,7 +368,8 @@
|
||||||
;; fill column
|
;; fill column
|
||||||
(setq-default fill-column 80)
|
(setq-default fill-column 80)
|
||||||
|
|
||||||
;; throw away all the list-of-custom-shit!
|
;; I use custom vars for local config, so let's put them to separate file, where
|
||||||
|
;; it's easier for git to ignore it
|
||||||
(setq custom-file "~/.emacs.d/custom.el")
|
(setq custom-file "~/.emacs.d/custom.el")
|
||||||
(load custom-file 'noerror)
|
(load custom-file 'noerror)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue