mirror of
https://github.com/tanrax/burn.el.git
synced 2024-11-10 00:35:40 +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 ()
|
(defun burn-code ()
|
||||||
"Replace code with burn--emoji."
|
"Replace code with burn--emoji."
|
||||||
(interactive)
|
(interactive)
|
||||||
|
;; Burn
|
||||||
(while (not (burn--is-empty))
|
(while (not (burn--is-empty))
|
||||||
(sit-for burn--interval)
|
(sit-for burn--interval)
|
||||||
(burn--replace-backward-at-point)
|
(burn--replace-backward-at-point)
|
||||||
(burn--replace-forward-at-point)
|
(burn--replace-forward-at-point)
|
||||||
)
|
)
|
||||||
;; Clear burn--emoji
|
(erase-buffer))
|
||||||
(set-buffer-modified-p ""))
|
|
||||||
|
|
||||||
;;; burn.el ends here
|
;;; burn.el ends here
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user