From 73c731c8026dd31830fc8aeab4f65efe120c224e Mon Sep 17 00:00:00 2001 From: Oscar Najera Date: Thu, 29 Aug 2024 19:10:00 +0200 Subject: track deliveries --- config/doom/config.org | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'config/doom') diff --git a/config/doom/config.org b/config/doom/config.org index 162c3e7..a96f8ac 100644 --- a/config/doom/config.org +++ b/config/doom/config.org @@ -108,6 +108,14 @@ Because I always need help and it should come up quickly :load-path "~/dev/dotfiles/elisp/" :commands (ai-query-request)) #+end_src + +** Track Deliveries +#+begin_src emacs-lisp +(use-package! delivery-track + :load-path "~/dev/dotfiles/elisp/" + :commands (delivery-track-update-dhl)) +#+end_src + * Dictionary #+begin_src emacs-lisp :tangle "packages.el" (package! lexic) -- cgit v1.2.3