mirror of
https://github.com/tanrax/burn.el.git
synced 2024-11-10 00:35:40 +01:00
Add provide
This commit is contained in:
parent
c7f1f63ee1
commit
39bded578d
4
burn.el
4
burn.el
@ -1,6 +1,5 @@
|
|||||||
-*- lexical-binding: t; -*-
|
|
||||||
;;; burn.el --- Burn your code by replacing it with 🔥
|
;;; burn.el --- Burn your code by replacing it with 🔥
|
||||||
|
;;
|
||||||
;; Copyright © 2020 Erick Navarro
|
;; Copyright © 2020 Erick Navarro
|
||||||
;; Authors: Erick Navarro <erick@navarro.io>, Andros Fenollosa <andros@fenollosa.email>
|
;; Authors: Erick Navarro <erick@navarro.io>, Andros Fenollosa <andros@fenollosa.email>
|
||||||
;; URL: https://github.com/erickgnavar/burn.el
|
;; URL: https://github.com/erickgnavar/burn.el
|
||||||
@ -11,6 +10,7 @@
|
|||||||
;; Replace the buffer content with 🔥.
|
;; Replace the buffer content with 🔥.
|
||||||
|
|
||||||
;;; Code:
|
;;; Code:
|
||||||
|
(provide 'burn)
|
||||||
|
|
||||||
(defvar burn--emoji "🔥")
|
(defvar burn--emoji "🔥")
|
||||||
(defvar burn--interval 0.001)
|
(defvar burn--interval 0.001)
|
||||||
|
Loading…
Reference in New Issue
Block a user