1
0
mirror of https://github.com/jojojames/evil-collection.git synced 2024-06-27 07:35:06 +02:00

Anaconda: Use kbd

This commit is contained in:
James Nguyen 2017-11-12 21:41:27 -08:00
parent 2c62f89118
commit 00f3de3103

View File

@ -47,7 +47,7 @@
;; 'anaconda-mode-find-assignments ;; 'anaconda-mode-find-assignments
;; 'anaconda-mode-find-references ;; 'anaconda-mode-find-references
"gd" 'anaconda-mode-find-definitions "gd" 'anaconda-mode-find-definitions
"C-t" 'anaconda-mode-go-back (kbd "C-t") 'anaconda-mode-go-back
"K" 'anaconda-mode-show-doc "K" 'anaconda-mode-show-doc
"gf" 'anaconda-mode-find-file)) "gf" 'anaconda-mode-find-file))