From cf42501fe5c3500b46dc5be93423c9c2cdad5972 Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Thu, 4 Apr 2019 20:18:55 -0400 Subject: [PATCH] added html and css style checkers --- conf.org | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/conf.org b/conf.org index 648e47b..5c4cd4b 100644 --- a/conf.org +++ b/conf.org @@ -857,8 +857,10 @@ Together, =org-ref= and =helm-bibtex= provide a nice pipeline to search a BibTex bibtex-completion-library-path (expand-file-name "~/BibTeX/pdf") bibtex-completion-pdf-field "File")) #+END_SRC +*** HTML +For flycheck, install =tidy= (privides the =html-tidy= binary). *** CSS -Overlays hex color codes with matching colors in certain modes like css and html. +Overlays hex color codes with matching colors in certain modes like css and html. For flycheck, install =stylelint= (from the AUR on Arch). #+BEGIN_SRC emacs-lisp (use-package rainbow-mode :ensure t)