Remove previous block

This commit is contained in:
Tyler Hampton 2020-02-17 22:36:31 -08:00
parent 67a8c75b72
commit 4cca178376

View file

@ -17,8 +17,3 @@
:after terraform-mode
:config
(set-company-backend! 'terraform-mode 'company-terraform))
(after! terraform-mode
(if (featurep! +lsp)
(add-hook 'terraform-mode-local-vars-hook #'lsp!))