General refactor & cleanup, across the board

This commit is contained in:
Henrik Lissner
2019-09-13 21:59:03 -04:00
parent 4ddc5c194b
commit 2d365619cd
35 changed files with 141 additions and 155 deletions

View File

@@ -1,7 +1,8 @@
;;; lang/web/+css.el -*- lexical-binding: t; -*-
;; An improved newline+continue comment function
(setq-hook! css-mode comment-indent-function #'+css/comment-indent-new-line)
(setq-hook! css-mode
comment-indent-function #'+css/comment-indent-new-line)
(map! :map (css-mode-map scss-mode-map less-css-mode-map)
:localleader