Fix indentation and remove if

This commit is contained in:
Tyler Hampton 2020-02-17 22:18:05 -08:00
parent c917502823
commit 67a8c75b72

View file

@ -1,5 +1,9 @@
;;; tools/terraform/config.el -*- lexical-binding: t; -*- ;;; tools/terraform/config.el -*- lexical-binding: t; -*-
(when (featurep! +lsp)
(add-hook 'terraform-mode-local-vars-hook #'lsp!)
(map! :after terraform-mode (map! :after terraform-mode
:map terraform-mode-map :map terraform-mode-map
:localleader :localleader