Remove gist of an idea that has actually been implemented

This commit is contained in:
Bram Schoenmakers 2022-11-26 21:22:12 +01:00
parent 80228b0cdb
commit 6a5340a789

View file

@ -1,13 +0,0 @@
* TODO Update metric
:PROPERTIES:
:ON_DONE: (org-babel-execute-subtree)
:END:
#+begin_src elisp :results table append
(with-temp-buffer
(insert-file-contents user-init-file)
(list (format-time-string "%F") (count-matches "(use-package ")))
#+end_src
#+RESULTS:
| 2022-11-26 | 140 |