Skip to content

Commit

Permalink
Add explicit hydra MELPA dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
regob committed Oct 7, 2024
1 parent ae724d4 commit b082994
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lisp/init-utils.el
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
;;; Commentary:
;;; Code:

;; dependency of dap-mode and treemacs
(use-package hydra
:ensure (:source "MELPA")
)

(use-package calendar
:ensure nil
Expand Down

0 comments on commit b082994

Please sign in to comment.