FIX missing keymap errors
This commit is contained in:
parent
7e1c8ebbb5
commit
c0051694ef
|
@ -3795,7 +3795,11 @@ The only thing I like about elpy is the interactive shell
|
||||||
(:ref-at . intero-uses-at)
|
(:ref-at . intero-uses-at)
|
||||||
(:type-at . intero-type-at)
|
(:type-at . intero-type-at)
|
||||||
(:pop-marker-stack . xref-pop-marker-stack)
|
(: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
|
#+END_SRC
|
||||||
*** magit
|
*** magit
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
|
Loading…
Reference in New Issue