commit 3ea3291922ce19b3376893be2422bda85d2eba02 parent 91fd902ab27fbc7dbaa2bfbf73e3e69999456262 Author: Lou Woell <lou.woell@posteo.de> Date: Sat, 13 Sep 2025 14:01:44 +0200 [haredoc.el] add missing dependencies Diffstat:
| M | haredoc.el | | | 8 | +++++--- |
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/haredoc.el b/haredoc.el @@ -1,9 +1,10 @@ -;;; haredoc.el --- Haredoc Integratio in Emacs -*- lexical-binding: t -*- +;;; haredoc.el --- Haredoc Integration -*- lexical-binding: t -*- ;; Author: Lou Woell ;; Version: 0.1 -;; Homepage: -;; Keywords: +;; Package-Requires: ((emacs "28.1") (f "0.21.0")) +;; URL: https://git.repetitions.de/harehelper/ +;; Keywords: languages matching tools ;; This file is not part of GNU Emacs @@ -31,6 +32,7 @@ ;;; Code: (require 'f) +(require 'project) (require 'thingatpt) (require 'ansi-color)