Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私は Evil モードを使用していますが、smex を使用して、evil モードで「:」を押すと smex が表示されるようにしたいと考えています。これは私のEmacsファイルにあるものです:
(define-key key-translation-map (kbd ";") (kbd ":")) (define-key key-translation-map (kbd ":") (kbd ";"))
これは明らかに smex に入るのに十分ではありません。