FIX missing keymap errors

This commit is contained in:
Nathan Dwarshuis 2020-03-15 12:02:24 -04:00
parent 7e1c8ebbb5
commit c0051694ef
1 changed files with 5 additions and 1 deletions

View File

@ -3795,7 +3795,11 @@ The only thing I like about elpy is the interactive shell
(:ref-at . intero-uses-at)
(:type-at . intero-type-at)
(:pop-marker-stack . xref-pop-marker-stack)
(:doc-at . intero-info)))
(:doc-at . intero-info))
;; this shadows the intero type-at command
(define-key intero-mode-map (kbd "C-c C-t") 'intero-type-at))
#+END_SRC
*** magit
#+BEGIN_SRC emacs-lisp