aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--oni/home/config/pop-os/emacs.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/oni/home/config/pop-os/emacs.el b/oni/home/config/pop-os/emacs.el
index f272237..9c79385 100644
--- a/oni/home/config/pop-os/emacs.el
+++ b/oni/home/config/pop-os/emacs.el
@@ -218,3 +218,6 @@ buffers.")
(with-eval-after-load 'php-mode
(require 'flycheck-phpstan nil t))
+
+(with-eval-after-load 'flycheck
+ (flycheck-add-mode 'javascript-eslint 'web-mode))