aboutsummaryrefslogtreecommitdiffstats
path: root/config/doom/config.org
diff options
context:
space:
mode:
authorOscar Najera <hi@oscarnajera.com>2024-08-29 19:10:00 +0200
committerOscar Najera <hi@oscarnajera.com>2024-08-29 19:10:00 +0200
commit73c731c8026dd31830fc8aeab4f65efe120c224e (patch)
tree07c81e9933cc1a4f776564b0832f804604df1a89 /config/doom/config.org
parent3a62a5afc4c812651d0932951c6c8e04d2f7baba (diff)
downloaddotfiles-73c731c8026dd31830fc8aeab4f65efe120c224e.tar.gz
dotfiles-73c731c8026dd31830fc8aeab4f65efe120c224e.tar.bz2
dotfiles-73c731c8026dd31830fc8aeab4f65efe120c224e.zip
track deliveries
Diffstat (limited to 'config/doom/config.org')
-rw-r--r--config/doom/config.org8
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)