hook rainbow parens into scheme-repl buffer

This commit is contained in:
Grigory Shipunov 2021-06-05 13:22:57 +02:00
parent 8fc017e43d
commit 90c88071f1
No known key found for this signature in database
GPG key ID: 77BB6C3E4771EE7C

View file

@ -186,6 +186,7 @@
:hook ((emacs-lisp-mode . rainbow-delimiters-mode)
(lisp-mode . rainbow-delimiters-mode)
(scheme-mode . rainbow-delimiters-mode)
(inferior-scheme-mode . rainbow-delimiters-mode)
(racket-mode . rainbow-delimiters-mode)
(cc-mode . rainbow-delimiters-mode)))
@ -367,7 +368,8 @@
;; fill column
(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")
(load custom-file 'noerror)