mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Normalize :leader/:localleader keybinds
Evil states no longer apply to them. Also removes x-alt-keysym.
This commit is contained in:
@ -22,6 +22,6 @@
|
||||
:modes (lua-mode markdown-mode json-mode)
|
||||
:files (and "main.lua" "conf.lua")
|
||||
:on-load
|
||||
(map! :map +lua-love-mode-map
|
||||
:localleader
|
||||
:n "b" #'+lua/run-love-game))
|
||||
(map! :localleader
|
||||
:map +lua-love-mode-map
|
||||
"b" #'+lua/run-love-game))
|
||||
|
Reference in New Issue
Block a user