[oni-c] Add ‘rainbow-delimiters’
This commit is contained in:
parent
97b4372273
commit
1b3e25051d
1 changed files with 3 additions and 2 deletions
5
oni-c.el
5
oni-c.el
|
@ -4,8 +4,8 @@
|
|||
|
||||
;; Author: Tom Willemse <tom@ryuslash.org>
|
||||
;; Keywords: local
|
||||
;; Version: 2021.0715.222936
|
||||
;; Package-Requires: (oni-flycheck oni-lsp reformatter ccls)
|
||||
;; Version: 2021.0727.221058
|
||||
;; Package-Requires: (oni-flycheck oni-lsp reformatter ccls rainbow-delimiters)
|
||||
|
||||
;; This program is free software; you can redistribute it and/or modify
|
||||
;; it under the terms of the GNU General Public License as published by
|
||||
|
@ -55,6 +55,7 @@
|
|||
(add-hook 'c-mode-hook 'electric-indent-local-mode)
|
||||
(add-hook 'c-mode-hook 'electric-pair-local-mode)
|
||||
(add-hook 'c-mode-hook 'flycheck-mode)
|
||||
(add-hook 'c-mode-hook 'rainbow-delimiters-mode)
|
||||
|
||||
(define-abbrev c-mode-abbrev-table "and" "&&" nil :system t)
|
||||
(define-abbrev c-mode-abbrev-table "or" "||" nil :system t)
|
||||
|
|
Loading…
Reference in a new issue