oni-css: Enable prettier mode
This commit is contained in:
parent
d02f229daf
commit
2a2981ee9e
1 changed files with 3 additions and 2 deletions
|
@ -4,8 +4,8 @@
|
|||
|
||||
;; Author: Tom Willemse <tom@ryuslash.org>
|
||||
;; Keywords: local
|
||||
;; Version: 2021.1201.134221
|
||||
;; Package-Requires: (oni-company oni-hydra rainbow-mode oni-yasnippet)
|
||||
;; Version: 2025.0617.123504
|
||||
;; Package-Requires: (oni-company oni-hydra rainbow-mode oni-yasnippet prettier-js)
|
||||
|
||||
;; 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
|
||||
|
@ -97,6 +97,7 @@
|
|||
(add-hook 'css-mode-hook 'electric-indent-local-mode)
|
||||
(add-hook 'css-mode-hook 'electric-pair-local-mode)
|
||||
(add-hook 'css-mode-hook 'oni-css--auto-fill-mode)
|
||||
(add-hook 'css-mode-hook 'prettier-js-mode)
|
||||
(add-hook 'css-mode-hook 'rainbow-mode)
|
||||
|
||||
(with-eval-after-load 'compile
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue