Hacker News new | ask | show | jobs
by reedlaw 2159 days ago
I use key-chord to bind xc (both keys pressed at the same time) to my emacs config file:

    (key-chord-define-global "xc" (lambda () (interactive) (find-file "~/.emacs.d/reed.org")))
1 comments

this is really cool. I tried it, but apparently I need to find key-chord

EDIT: https://www.emacswiki.org/emacs/download/key-chord.el

Thank you for this. Makes me think those folks with keyboards that have less than say 87 keys might actually have a chance.