install impatient mode
This commit is contained in:
parent
98fdafaced
commit
27b9967fb0
6
conf.org
6
conf.org
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue