mirror of
https://github.com/tanrax/burn.el.git
synced 2024-11-14 17:55:42 +01:00
kill buffer
This commit is contained in:
parent
84d5081aff
commit
912e26be09
4
burn.el
4
burn.el
@ -32,13 +32,13 @@
|
||||
(defun burn-code ()
|
||||
"Replace code with burn--emoji."
|
||||
(interactive)
|
||||
;; Burn
|
||||
(while (not (burn--is-empty))
|
||||
(sit-for burn--interval)
|
||||
(burn--replace-backward-at-point)
|
||||
(burn--replace-forward-at-point)
|
||||
)
|
||||
;; Clear burn--emoji
|
||||
(set-buffer-modified-p ""))
|
||||
(erase-buffer))
|
||||
|
||||
;;; burn.el ends here
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user