X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/profile/blobdiff_plain/c08211aa9838ecdb251e5df62f9c6394676349ee..873d87df647ebf8bbdf222791a03de2829c30456:/dot-emacs.el diff --git a/dot-emacs.el b/dot-emacs.el index 5b9408f..fea06c9 100644 --- a/dot-emacs.el +++ b/dot-emacs.el @@ -2072,6 +2072,10 @@ (defun mdw-fontify-smalltalk () ;; --- 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)