fix(rust): enable rainbow-delimiters-mode in rustic-mode
This commit is contained in:
parent
5974543732
commit
16af1dee6e
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@
|
|||
(defalias 'org-babel-execute:rust #'org-babel-execute:rustic)
|
||||
(add-to-list 'org-src-lang-modes '("rust" . rustic)))
|
||||
:config
|
||||
(add-hook 'rustic-mode-hook #'rainbow-delimiters-mode)
|
||||
(set-docsets! 'rustic-mode "Rust")
|
||||
(set-popup-rule! "^\\*rustic-compilation" :vslot -1)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue