diff options
author | 2023-12-19 12:08:37 +0100 | |
---|---|---|
committer | 2023-12-19 12:08:37 +0100 | |
commit | a0b288e854c6788f360e5c7ef17d9ad6d1730bad (patch) | |
tree | 59db8e43f0456e18a22eee2953db494da71e8165 /config.el | |
parent | modules: enable LSP for Clojure (diff) | |
download | doom-emacs-a0b288e854c6788f360e5c7ef17d9ad6d1730bad.tar.xz |
chore: update config
Diffstat (limited to 'config.el')
-rw-r--r-- | config.el | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -79,7 +79,7 @@ (load! "lang/go") (load! "app/osm") -(when (featurep! :tools lsp +eglot) +(when (modulep! :tools lsp +eglot) (setq! flycheck-disabled-checkers '(eglot)) (set-eglot-client! 'c-mode '("clangd" "-j=3" "--clang-tidy")) (set-eglot-client! 'terraform-mode '("terraform-ls" "serve"))) @@ -88,3 +88,5 @@ (add-hook 'eshell-mode-hook 'with-editor-export-editor) (add-hook 'term-exec-hook 'with-editor-export-editor) (add-hook 'vterm-mode-hook 'with-editor-export-editor) +(use-package! ebuild-mode) +(use-package! salt-mode) |