Minor refactors & reformatting across the board
This commit is contained in:
parent
d5d85d1b03
commit
323e0adf45
9 changed files with 14 additions and 13 deletions
|
@ -34,7 +34,7 @@
|
|||
(add-hook 'css-mode-hook #'rainbow-delimiters-mode)
|
||||
(set-company-backend! '(css-mode scss-mode)
|
||||
(if EMACS26+
|
||||
;; css-mode's built in completion is superior in 26+
|
||||
;; DEPRECATED css-mode's built in completion is superior in 26+
|
||||
'company-capf
|
||||
'company-css))
|
||||
(map! :map scss-mode-map :localleader "b" #'+css/scss-build))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue