From 27b9967fb08a62ef576cb2bee1b1aaebf7e1ba09 Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Tue, 30 Apr 2019 11:38:33 -0400 Subject: [PATCH] install impatient mode --- conf.org | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/conf.org b/conf.org index 77c22f8..723db7c 100644 --- a/conf.org +++ b/conf.org @@ -898,6 +898,12 @@ Together, =org-ref= and =helm-bibtex= provide a nice pipeline to search a BibTex #+END_SRC *** HTML 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 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