Skip to content

Latest commit

 

History

16 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

elisp-slime-expand

This minor mode adds similar functionality to the SLIME macroexpand mode. It’s activated using C-x RET and then support further macro expansion in the macro view. It also does macroexpand-all using C-x M-m.

Once in the macroexpand view g can be used to refresh the macro expansion and q will bury the buffer.

Installation

(require 'elisp-slime-expand)
(add-hook 'emacs-lisp-mode-hook (lambda () (elisp-slime-expand-mode t)))

About

A SLIME inspired macroexpand minor mode for elisp.

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages