[lua] Fix unbound var error during layer load

I have introduced a small typo which I
am fixing here.
This commit is contained in:
Maximilian Wolff 2021-02-13 23:20:37 +01:00
parent fc2aa2601c
commit 8f934f138d
No known key found for this signature in database
GPG key ID: 2DD07025BFDBD89A

View file

@ -47,7 +47,7 @@
"'" 'lua-show-process-buffer)
;; Set lua-mode specific bindings
(when (eq (spacemacs/lua-backend) `lua-mode)
(when (eq (spacemacs//lua-backend) `lua-mode)
(spacemacs/declare-prefix-for-mode 'lua-mode "mh" "help")
(spacemacs/declare-prefix-for-mode 'lua-mode "mg" "goto")))))