Emacs Key Binding Precedence
问题 I'm frustrated with the default behavior of autocomplete overriding key bindings used by yasnippets . Is there a way to set a precedence so that tab will try to expand a snippet before trying to autocomplete the word? Quick disclosure: I'm using evil-mode. 回答1: If they're both minor modes, then precedence is determined by the order of elements in minor-mode-map-alist which, unless explicitly manipulated, is simply determined by the order in which the libraries were loaded. Ensure that