For some reason, some Debian versions of SLIME don't correctly
initialize this, so we'd better do it by hand. Of course, this sucks.
;; --- Lispy languages ---
;; --- Lispy languages ---
+;; Unpleasant bodge.
+(unless (boundp 'slime-repl-mode-map)
+ (setq slime-repl-mode-map (make-sparse-keymap)))
+
(defun mdw-indent-newline-and-indent ()
(interactive)
(indent-for-tab-command)
(defun mdw-indent-newline-and-indent ()
(interactive)
(indent-for-tab-command)