This commit is contained in:
parent
0c09dcf198
commit
c85cd624f1
1 changed files with 4 additions and 5 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
;;; icejam-testing.el --- summary
|
;;; icejam-testing.el --- summary -*- lexical-binding: t; -*-
|
||||||
|
|
||||||
;; Author: Maciej Szlosarczyk
|
;; Author: Maciej Szlosarczyk
|
||||||
;; Maintainer: Maciej Szlosarczyk
|
;; Maintainer: Maciej Szlosarczyk
|
||||||
|
|
@ -7,10 +7,9 @@
|
||||||
;;; Commentary:
|
;;; Commentary:
|
||||||
|
|
||||||
;; icejam-testing includes required things for writing tests.
|
;; icejam-testing includes required things for writing tests.
|
||||||
|
;; Originally this was Buttercup but now I am thinking of writing my
|
||||||
|
;; configuration tests in ERTs.
|
||||||
|
|
||||||
;;; Code:
|
;;; Code:
|
||||||
|
(provide 'icejam-testing)
|
||||||
(use-package buttercup :straight t)
|
|
||||||
|
|
||||||
(provide 'icejam-testing)
|
|
||||||
;;; icejam-testing.el ends here
|
;;; icejam-testing.el ends here
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue