chiark
/
gitweb
/
~mdw
/
profile
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
dot-emacs: Initialize slime-repl-mode-map.
[profile]
/
dot-emacs.el
diff --git
a/dot-emacs.el
b/dot-emacs.el
index 5b9408fd7a7018f2951b7b1d3cfd29a7e83cf2be..fea06c99dd1b3caa444c1f214addf21ae6cdb2ad 100644
(file)
--- 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)