From 3db3d56969df36237354da5493385dde342027f9 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Thu, 12 Sep 2019 15:31:34 +0200 Subject: Emacs: add dockerfile and yaml language servers --- emacs/.emacs.d/main.el | 2 ++ 1 file changed, 2 insertions(+) (limited to 'emacs') diff --git a/emacs/.emacs.d/main.el b/emacs/.emacs.d/main.el index 8adf370..36281ab 100644 --- a/emacs/.emacs.d/main.el +++ b/emacs/.emacs.d/main.el @@ -634,6 +634,8 @@ With two prefix arguments, write out the day and month name." (use-package lsp-mode :ghook ('(typescript-mode-hook + dockerfile-mode-hook + yaml-mode-hook js-mode-hook css-mode-hook scss-mode-hook -- cgit 1.4.1