rbanffy / selectric-mode

⌨ Make your Emacs sound like a proper typewriter.
GNU Lesser General Public License v3.0
158 stars 12 forks source link

play move sound when pressing DEL #8

Closed codesuki closed 8 years ago

codesuki commented 8 years ago

Adapted from https://github.com/bbatsov/guru-mode

Could add a customizable variable list for keys that should play a specific sound.

What do you think?

rbanffy commented 8 years ago

We should find a way to unbind those keys when the mode is disabled.

I also (sorry about that - didn't see your PR before) changed a bit the way the sounds are played, so you may see some conflicts when you rebase. On the bright side, it pings when you reach fill-column.

codesuki commented 8 years ago

The keys are only in the new key map I made. So I will figure out how to enable disable that map. If it's not happening automatically. :) Will send an update tomorrow.