Skip to content

Commit

Permalink
[docker] Make sure to prefix compile commands for lsp bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
smile13241324 committed Jul 31, 2022
1 parent 4c9cd94 commit 61785c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions layers/+tools/docker/packages.el
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@
:init (add-hook 'dockerfile-mode-local-vars-hook #'spacemacs//docker-dockerfile-setup-backend)
:config
(spacemacs/set-leader-keys-for-major-mode 'dockerfile-mode
"b" 'dockerfile-build-buffer
"B" 'dockerfile-build-buffer-no-cache-buffer
(if (null docker-dockerfile-backend) "b" "cb") 'dockerfile-build-buffer
(if (null docker-dockerfile-backend) "B" "cB") 'dockerfile-build-buffer-no-cache-buffer)
(with-eval-after-load 'docker
(spacemacs/set-leader-keys-for-major-mode 'dockerfile-mode
"d" 'docker
Expand Down

0 comments on commit 61785c0

Please sign in to comment.