agzam / spacehammer

Hammerspoon config inspired by Spacemacs
MIT License
559 stars 70 forks source link

Update readme: Explain how to change LEAD #94

Closed Grazfather closed 3 years ago

Grazfather commented 3 years ago

It might be better, actually do have something like:

(local LEAD {:mods [:alt] :key :space}

...
(local common-keys
       [(merge {:action "lib.modal:activate-modal"} LEAD))
       ...

Either way, I think you should clarify where it's defined.