rbanffy / selectric-mode

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

Remap of previous-line and next-line failed. #29

Open aGolduck opened 4 years ago

aGolduck commented 4 years ago

By overriding <up>, <down>, etc, remap of their original binding commands all failed. For example, <up> and <down> in ivy-minibuffer-map. Maybe use advice-add?