Skip to content

Commit

Permalink
Merge pull request #1 from syohex/syohex/dependencies
Browse files Browse the repository at this point in the history
Add package dependencies in header
  • Loading branch information
dandavison authored May 4, 2020
2 parents a3081b0 + 8745644 commit f429bf6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion magit-delta.el
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
;; Author: Dan Davison <[email protected]>
;; URL: https://github.com/dandavison/magit-delta
;; Version: 0.1
;; Package-Requires: ((emacs "24") magit xterm-color)
;; Package-Requires: ((emacs "25.1") magit xterm-color)

;;; Commentary:

Expand All @@ -21,6 +21,7 @@
;;; Code:
(require 'magit)
(require 'xterm-color)
(require 'dash)

(defvar magit-delta-delta-executable "delta"
"The delta executable on your system to be used by Magit.")
Expand Down

0 comments on commit f429bf6

Please sign in to comment.