diff options
author | Oscar Najera <hi@oscarnajera.com> | 2024-08-29 19:10:00 +0200 |
---|---|---|
committer | Oscar Najera <hi@oscarnajera.com> | 2024-08-29 19:10:00 +0200 |
commit | 73c731c8026dd31830fc8aeab4f65efe120c224e (patch) | |
tree | 07c81e9933cc1a4f776564b0832f804604df1a89 /config | |
parent | 3a62a5afc4c812651d0932951c6c8e04d2f7baba (diff) | |
download | dotfiles-73c731c8026dd31830fc8aeab4f65efe120c224e.tar.gz dotfiles-73c731c8026dd31830fc8aeab4f65efe120c224e.tar.bz2 dotfiles-73c731c8026dd31830fc8aeab4f65efe120c224e.zip |
track deliveries
Diffstat (limited to 'config')
-rw-r--r-- | config/doom/config.org | 8 |
1 files changed, 8 insertions, 0 deletions
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) |