Browse Source

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"
custom
toctan 12 years ago
parent
commit
158f695813
  1. 1
      modules/prelude-common-lisp.el

1
modules/prelude-common-lisp.el

@ -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…
Cancel
Save