summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2019-09-12 15:31:34 +0200
committerAlan Pearce2019-09-12 15:31:34 +0200
commit3db3d56969df36237354da5493385dde342027f9 (patch)
treedbd29a31f8dc03678070096ffa324aadf7cdf25c
parentc7b820233abaa6c003c101a0e7417908d900c9a1 (diff)
downloaddotfiles-3db3d56969df36237354da5493385dde342027f9.tar.lz
dotfiles-3db3d56969df36237354da5493385dde342027f9.tar.zst
dotfiles-3db3d56969df36237354da5493385dde342027f9.zip
Emacs: add dockerfile and yaml language servers
-rw-r--r--emacs/.emacs.d/main.el2
1 files changed, 2 insertions, 0 deletions
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