Do not bind "C-c i" to slime-inspect
This keybinding is in conflict with that of `prelude-ido-goto-symbol`, and `slime-inspect` is already bound to "C-c I"
This commit is contained in:
parent
5445a40453
commit
158f695813
1 changed files with 0 additions and 1 deletions
|
@ -84,7 +84,6 @@
|
||||||
slime-autodoc-use-multiline-p t)
|
slime-autodoc-use-multiline-p t)
|
||||||
|
|
||||||
(define-key slime-mode-map (kbd "TAB") 'slime-indent-and-complete-symbol)
|
(define-key slime-mode-map (kbd "TAB") 'slime-indent-and-complete-symbol)
|
||||||
(define-key slime-mode-map (kbd "C-c i") 'slime-inspect)
|
|
||||||
(define-key slime-mode-map (kbd "C-c C-s") 'slime-selector)))
|
(define-key slime-mode-map (kbd "C-c C-s") 'slime-selector)))
|
||||||
|
|
||||||
(provide 'prelude-common-lisp)
|
(provide 'prelude-common-lisp)
|
||||||
|
|
Loading…
Reference in a new issue