diff --git a/gists.org b/gists.org index 5b823bc..6d2e514 100644 --- a/gists.org +++ b/gists.org @@ -73,7 +73,8 @@ Using the idea of evaluating code on state changes [[id:3be8333e-7a47-4251-8ee4- ,#+begin_src elisp :results table append (with-temp-buffer (insert-file-contents user-init-file) - (list (format-time-string "%F") (count-matches (rx (seq "(" (? "elpaca-") "use-package" space))))) + (list (format-time-string "%F") + (count-matches (rx (seq "(" (? "elpaca-") "use-package" space))))) ,#+end_src ,#+RESULTS: diff --git a/gists/track-use-package-over-time.org b/gists/track-use-package-over-time.org index 3601453..77e5882 100644 --- a/gists/track-use-package-over-time.org +++ b/gists/track-use-package-over-time.org @@ -17,7 +17,8 @@ Press =C-c C-c= inside the code block to add a new entry to the table below. #+begin_src elisp :results table append (with-temp-buffer (insert-file-contents user-init-file) - (list (format-time-string "%F") (count-matches (rx (seq "(" (? "elpaca-") "use-package" space))))) + (list (format-time-string "%F") + (count-matches (rx (seq "(" (? "elpaca-") "use-package" space))))) #+end_src #+RESULTS: