install impatient mode

This commit is contained in:
ndwarshuis 2019-04-30 11:38:33 -04:00
parent 98fdafaced
commit 27b9967fb0
1 changed files with 6 additions and 0 deletions

View File

@ -898,6 +898,12 @@ Together, =org-ref= and =helm-bibtex= provide a nice pipeline to search a BibTex
#+END_SRC #+END_SRC
*** HTML *** HTML
For flycheck, install =tidy= (privides the =html-tidy= binary). For flycheck, install =tidy= (privides the =html-tidy= binary).
#+BEGIN_SRC emacs-lisp
(use-package impatient-mode
:straight t
:config
(setq httpd-port 18080))
#+END_SRC
*** CSS *** CSS
Overlays hex color codes with matching colors in certain modes like css and html. For flycheck, install =stylelint= (from the AUR on Arch). 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