mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
fix missing parenthesis in terraform config
This commit is contained in:
@ -1,7 +1,7 @@
|
|||||||
;;; tools/terraform/config.el -*- lexical-binding: t; -*-
|
;;; tools/terraform/config.el -*- lexical-binding: t; -*-
|
||||||
|
|
||||||
(when (featurep! +lsp)
|
(when (featurep! +lsp)
|
||||||
(add-hook 'terraform-mode-local-vars-hook #'lsp!)
|
(add-hook 'terraform-mode-local-vars-hook #'lsp!))
|
||||||
|
|
||||||
|
|
||||||
(map! :after terraform-mode
|
(map! :after terraform-mode
|
||||||
|
Reference in New Issue
Block a user