summaryrefslogtreecommitdiff
path: root/.emacs.d/init-spw.el
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/init-spw.el')
-rw-r--r--.emacs.d/init-spw.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/.emacs.d/init-spw.el b/.emacs.d/init-spw.el
index 0e05fef7..8b9b44d0 100644
--- a/.emacs.d/init-spw.el
+++ b/.emacs.d/init-spw.el
@@ -1940,7 +1940,9 @@ mutt's review view, after exiting EDITOR."
(with-eval-after-load 'scheme
(add-to-list 'scheme-mode-hook 'enable-paredit-mode))
(with-eval-after-load 'xscheme
- (add-to-list 'xscheme-start-hook 'enable-paredit-mode)))
+ (add-to-list 'xscheme-start-hook 'enable-paredit-mode))
+ (with-eval-after-load 'slime-repl
+ (add-to-list 'slime-repl-mode-hook 'enable-paredit-mode)))
(with-eval-after-load 'paredit
(diminish 'paredit-mode)