summary refs log tree commit diff
path: root/config.el
diff options
context:
space:
mode:
Diffstat (limited to 'config.el')
-rw-r--r--config.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/config.el b/config.el
index 53237d5..be6f37f 100644
--- a/config.el
+++ b/config.el
@@ -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)