How can I set a key binding that globally overrides and takes precedence over all other bindings for that key? I want to override all major/minor mode maps and make sure my
Install use-package, eval and you're done:
(require 'bind-key) (bind-key* "C-i" 'some-function)