Enable paredit key bindings in slime repl
This commit is contained in:
parent
a7eb87b9ef
commit
df6f85f05e
1 changed files with 4 additions and 4 deletions
|
@ -34,11 +34,11 @@ Uses `mk/hyperspec-dir-locations' to find the directory."
|
|||
;; Stop SLIME's REPL from grabbing DEL,
|
||||
;; which is annoying when backspacing over a '('
|
||||
|
||||
;; (defun override-slime-repl-bindings-with-paredit ()
|
||||
;; (define-key slime-repl-mode-map
|
||||
;; (read-kbd-macro paredit-backward-delete-key) nil))
|
||||
(defun override-slime-repl-bindings-with-paredit ()
|
||||
(define-key slime-repl-mode-map
|
||||
(read-kbd-macro paredit-backward-delete-key) nil))
|
||||
|
||||
;; (add-hook 'slime-repl-mode-hook 'override-slime-repl-bindings-with-paredit)
|
||||
(add-hook 'slime-repl-mode-hook 'override-slime-repl-bindings-with-paredit)
|
||||
|
||||
(setq common-lisp-hyperspec-symbol-table
|
||||
(concat common-lisp-hyperspec-root "Data/Map_Sym.txt"))
|
||||
|
|
Loading…
Add table
Reference in a new issue