added html and css style checkers
This commit is contained in:
parent
399f3fa257
commit
cf42501fe5
4
conf.org
4
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-library-path (expand-file-name "~/BibTeX/pdf")
|
||||||
bibtex-completion-pdf-field "File"))
|
bibtex-completion-pdf-field "File"))
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
*** HTML
|
||||||
|
For flycheck, install =tidy= (privides the =html-tidy= binary).
|
||||||
*** CSS
|
*** 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
|
#+BEGIN_SRC emacs-lisp
|
||||||
(use-package rainbow-mode
|
(use-package rainbow-mode
|
||||||
:ensure t)
|
:ensure t)
|
||||||
|
|
Loading…
Reference in New Issue