mirror of
https://github.com/tanrax/burn.el.git
synced 2024-11-14 17:55:42 +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 🔥
|
||||
|
||||
;;
|
||||
;; Copyright © 2020 Erick Navarro
|
||||
;; Authors: Erick Navarro <erick@navarro.io>, Andros Fenollosa <andros@fenollosa.email>
|
||||
;; URL: https://github.com/erickgnavar/burn.el
|
||||
@ -11,6 +10,7 @@
|
||||
;; Replace the buffer content with 🔥.
|
||||
|
||||
;;; Code:
|
||||
(provide 'burn)
|
||||
|
||||
(defvar burn--emoji "🔥")
|
||||
(defvar burn--interval 0.001)
|
||||
|
Loading…
Reference in New Issue
Block a user