-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathCask-28
More file actions
31 lines (27 loc) · 869 Bytes
/
Copy pathCask-28
File metadata and controls
31 lines (27 loc) · 869 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
;; -*- mode: lisp-data -*-
;; Until Emacs-29
;;; Commentary:
;;
;; This is a Cask file for Emacs-28. It is needed, since `forge' is not
;; installable on Emacs-28. Also `org' has started to complain about
;; `org-assert-version`, for example:
;;
;; Debugger entered--Lisp error: (invalid-function org-assert-version)
;;
;; Example usage:
;;
;; cask eval "(progn
;; (require 'cask)
;; (let ((cask-filename \"Cask-28\"))
;; (cask-install (cask-setup \"~/gh/pkryger/difftastic.el\"))))"
(source gnu)
(source melpa)
(package-file "difftastic.el")
(development
(depends-on "package-lint")
(depends-on "relint")
(depends-on "checkdoc-batch"
:git "https://github.com/pkryger/ckeckdoc-batch.el.git")
(depends-on "undercover")
(depends-on "el-mock"
:git "https://github.com/pkryger/el-mock.el.git"))