Replace add-hook! with setq-hook! where possible
This commit is contained in:
parent
fe2ed9b6f7
commit
168cb74794
3 changed files with 6 additions and 6 deletions
|
@ -6,7 +6,7 @@
|
|||
#'(yas-minor-mode-on flycheck-mode highlight-numbers-mode))
|
||||
|
||||
;; An improved newline+continue comment function
|
||||
(add-hook! css-mode (setq-local comment-indent-function #'+css/comment-indent-new-line))
|
||||
(setq-hook! css-mode comment-indent-function #'+css/comment-indent-new-line)
|
||||
|
||||
(after! smartparens
|
||||
(sp-with-modes '(css-mode scss-mode less-css-mode stylus-mode)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue