[lua] Fix unbound var error during layer load
I have introduced a small typo which I am fixing here.
This commit is contained in:
parent
fc2aa2601c
commit
8f934f138d
1 changed files with 1 additions and 1 deletions
|
@ -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")))))
|
||||
|
||||
|
|
Reference in a new issue