/elpl

Provides a simple interface to evaluating Emacs Lisp expressions but without contaminating current Emacs.

Primary LanguageEmacs LispGNU General Public License v3.0GPL-3.0

CI MELPA

ELPL

Provides a simple interface to evaluating Emacs Lisp expressions but without contaminating current Emacs.

Installation

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)

Usage

  • Start: M-x elpl
  • Clean the *elpl* buffer: C-c l
  • Edit in a separate buffer: C-c '

Credits