all repos — nixfiles @ 3db3d56969df36237354da5493385dde342027f9

System and user configuration, managed by nix and home-manager

Emacs: add dockerfile and yaml language servers
Alan Pearce alan@alanpearce.eu
Thu, 12 Sep 2019 15:31:34 +0200
commit

3db3d56969df36237354da5493385dde342027f9

parent

c7b820233abaa6c003c101a0e7417908d900c9a1

1 files changed, 2 insertions(+), 0 deletions(-)

jump to
M emacs/.emacs.d/main.elemacs/.emacs.d/main.el
@@ -634,6 +634,8 @@ :ghook '(flymake-mode-hook)) 
 (use-package lsp-mode
   :ghook ('(typescript-mode-hook
+            dockerfile-mode-hook
+            yaml-mode-hook
             js-mode-hook
             css-mode-hook
             scss-mode-hook