diff options
author | Alan Pearce | 2019-09-12 15:31:34 +0200 |
---|---|---|
committer | Alan Pearce | 2019-09-12 15:31:34 +0200 |
commit | 3db3d56969df36237354da5493385dde342027f9 (patch) | |
tree | dbd29a31f8dc03678070096ffa324aadf7cdf25c | |
parent | c7b820233abaa6c003c101a0e7417908d900c9a1 (diff) | |
download | dotfiles-3db3d56969df36237354da5493385dde342027f9.tar.lz dotfiles-3db3d56969df36237354da5493385dde342027f9.tar.zst dotfiles-3db3d56969df36237354da5493385dde342027f9.zip |
Emacs: add dockerfile and yaml language servers
-rw-r--r-- | emacs/.emacs.d/main.el | 2 |
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 |