common-lisp: Remove <tab> key binding

'indent-command-for-tab' that already bound to <tab> globally is more useful.
This commit is contained in:
kr5x 2015-10-26 21:24:52 +03:00 committed by syl20bnr
parent 78bfe65e62
commit 07864f50d9
1 changed files with 0 additions and 3 deletions

View File

@ -49,9 +49,6 @@
:config
(progn
(slime-setup)
(dolist (m `(,slime-mode-map ,slime-repl-mode-map))
(define-key m [(tab)] 'slime-fuzzy-complete-symbol))
;; TODO: Add bindings for the SLIME debugger?
(spacemacs/set-leader-keys-for-major-mode 'lisp-mode
"'" 'slime