Rework OCaml setup, and move to emacs-plus homebrew
All checks were successful
/ Test config on 20 (push) Successful in 31s
All checks were successful
/ Test config on 20 (push) Successful in 31s
This commit is contained in:
parent
9dd86c7fc2
commit
0c09dcf198
6 changed files with 91 additions and 67 deletions
16
lisp/icejam-testing.el
Normal file
16
lisp/icejam-testing.el
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
;;; icejam-testing.el --- summary
|
||||
|
||||
;; Author: Maciej Szlosarczyk
|
||||
;; Maintainer: Maciej Szlosarczyk
|
||||
;; Version: 0.1-snapshot
|
||||
|
||||
;;; Commentary:
|
||||
|
||||
;; icejam-testing includes required things for writing tests.
|
||||
|
||||
;;; Code:
|
||||
|
||||
(use-package buttercup :straight t)
|
||||
|
||||
(provide 'icejam-testing)
|
||||
;;; icejam-testing.el ends here
|
||||
Loading…
Add table
Add a link
Reference in a new issue