[chronometrist] use lazy loading for OSM hook function

This commit is contained in:
contrapunctus 2021-08-03 05:34:55 +05:30
parent 2e4814eb25
commit b829d95293
1 changed files with 2 additions and 2 deletions

View File

@ -642,8 +642,8 @@ Return nil (and run `magit-status') if the user answers no."
***** after-project-stop
#+BEGIN_SRC emacs-lisp
(require 'request)
(require 'esxml-query)
(use-package request)
(use-package esxml-query)
(defun my-get-changeset-comment (changeset)
(->> (esxml-query "[k=comment]" changeset)