Skip to content

Commit

Permalink
Use gnu-elpa' instead of gnu' directly, as possible starting with E…
Browse files Browse the repository at this point in the history
…ldev 1.1.
  • Loading branch information
doublep committed Aug 10, 2023
1 parent 6dd68e9 commit f2cfe71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Eldev
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
; -*- mode: emacs-lisp; lexical-binding: t -*-

(eldev-require-version "0.5")
(eldev-require-version "1.1")

;; For `let-alist' on older Emacs versions.
(eldev-use-package-archive 'gnu)
(eldev-use-package-archive 'gnu-elpa)
(eldev-use-package-archive 'melpa)


Expand Down

0 comments on commit f2cfe71

Please sign in to comment.