mirror of
https://github.com/tanrax/burn.el.git
synced 2024-11-10 00:35:40 +01:00
26 lines
381 B
Markdown
26 lines
381 B
Markdown
# burn.el
|
|
|
|
The fire will balance everything. It will kill any line of code, be it good or a bug.
|
|
|
|
Empty the buffer with a hot 🔥fire🔥 .
|
|
|
|
![burn-code](./images/burn-code.gif)
|
|
|
|
## Install
|
|
|
|
### Cloning the repo
|
|
|
|
Clone this repo somewhere
|
|
|
|
Add this to your config
|
|
|
|
```elisp
|
|
(add-to-list 'load-path "path where the repo was cloned")
|
|
|
|
(require 'burn)
|
|
```
|
|
|
|
## Usage
|
|
|
|
`M-x burn-code`
|