From 2deac98a534caeba5233be0e8ea7d0687d3ea87e Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Fri, 5 Jul 2019 16:16:31 +0200 Subject: Emacs: enable LSP in more modes --- emacs/.emacs.d/main.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'emacs/.emacs.d/main.el') diff --git a/emacs/.emacs.d/main.el b/emacs/.emacs.d/main.el index 2671ab9..44076f8 100644 --- a/emacs/.emacs.d/main.el +++ b/emacs/.emacs.d/main.el @@ -519,7 +519,10 @@ With two prefix arguments, write out the day and month name." :commands (company-lsp)) (use-package lsp-mode :ghook ('(typescript-mode-hook - js-mode-hook) + js-mode-hook + css-mode-hook + scss-mode-hook + html-mode-hook) #'lsp) :functions (lsp--flymake-setup) :gfhook 'lsp--flymake-setup -- cgit 1.4.1