fix missing parenthesis in terraform config
This commit is contained in:
parent
9b620c3b59
commit
4391c56968
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
;;; tools/terraform/config.el -*- lexical-binding: t; -*-
|
||||
|
||||
(when (featurep! +lsp)
|
||||
(add-hook 'terraform-mode-local-vars-hook #'lsp!)
|
||||
(add-hook 'terraform-mode-local-vars-hook #'lsp!))
|
||||
|
||||
|
||||
(map! :after terraform-mode
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue