mirror of
https://github.com/tanrax/burn.el.git
synced 2024-11-10 00:35:40 +01:00
Update time
This commit is contained in:
parent
dbd6a655f8
commit
84d5081aff
3
burn.el
3
burn.el
@ -12,6 +12,7 @@
|
|||||||
;;; Code:
|
;;; Code:
|
||||||
|
|
||||||
(setf burn--emoji "🔥")
|
(setf burn--emoji "🔥")
|
||||||
|
(setf burn--interval 0.001)
|
||||||
|
|
||||||
(defun burn--is-empty ()
|
(defun burn--is-empty ()
|
||||||
(= 0 (length
|
(= 0 (length
|
||||||
@ -32,7 +33,7 @@
|
|||||||
"Replace code with burn--emoji."
|
"Replace code with burn--emoji."
|
||||||
(interactive)
|
(interactive)
|
||||||
(while (not (burn--is-empty))
|
(while (not (burn--is-empty))
|
||||||
(sit-for 0.5)
|
(sit-for burn--interval)
|
||||||
(burn--replace-backward-at-point)
|
(burn--replace-backward-at-point)
|
||||||
(burn--replace-forward-at-point)
|
(burn--replace-forward-at-point)
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user