Provides a simple interface to evaluating Emacs Lisp expressions but without contaminating current Emacs.
Clone this repository, or install from MELPA. Add the following to your .emacs
:
(require 'elpl)
(define-key elpl-mode-map (kbd "C-c l") 'elpl-clean)
(define-key elpl-mode-map (kbd "C-c '") 'elpl-edit)
- Start: M-x elpl
- Clean the
*elpl*
buffer: C-c l - Edit in a separate buffer: C-c '