Add provide

This commit is contained in:
Andros Fenollosa 2021-01-20 18:08:07 +01:00
parent c7f1f63ee1
commit 39bded578d

View File

@ -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)