Skip to content

Commit

Permalink
[Fix #1012] Update a reference to a crux function
Browse files Browse the repository at this point in the history
  • Loading branch information
bbatsov committed Oct 6, 2016
1 parent b05126e commit 7bb58b8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/prelude-emacs-lisp.el
Expand Up @@ -34,6 +34,7 @@
;;; Code:

(require 'prelude-lisp)
(require 'crux)

(prelude-require-packages '(elisp-slime-nav rainbow-mode))

Expand All @@ -52,7 +53,7 @@
"Switch to default `ielm' buffer.
Start `ielm' if it's not already running."
(interactive)
(prelude-start-or-switch-to 'ielm "*ielm*"))
(crux-start-or-switch-to 'ielm "*ielm*"))

(define-key emacs-lisp-mode-map (kbd "C-c C-z") 'prelude-visit-ielm)
(define-key emacs-lisp-mode-map (kbd "C-c C-c") 'eval-defun)
Expand Down

0 comments on commit 7bb58b8

Please sign in to comment.