2020-12-28 00:03:35 +01:00
|
|
|
# burn.el
|
|
|
|
|
2021-01-20 18:17:53 +01:00
|
|
|
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🔥 .
|
2020-12-28 00:03:35 +01:00
|
|
|
|
|
|
|
![burn-code](./images/burn-code.gif)
|
|
|
|
|
|
|
|
## Install
|
|
|
|
|
2022-06-25 16:43:24 +02:00
|
|
|
1. Cloning the repo o download `burn.el`.
|
2020-12-28 00:03:35 +01:00
|
|
|
|
2022-06-25 16:43:24 +02:00
|
|
|
2. Add this to your config
|
2020-12-28 00:03:35 +01:00
|
|
|
|
|
|
|
```elisp
|
2022-06-25 16:43:24 +02:00
|
|
|
(add-to-list 'load-path "path-cloned/burn.el")
|
2020-12-28 00:03:35 +01:00
|
|
|
|
|
|
|
(require 'burn)
|
|
|
|
```
|
|
|
|
|
|
|
|
## Usage
|
|
|
|
|
|
|
|
`M-x burn-code`
|