diff --git a/config.org b/config.org index f471c52..58a1a14 100644 --- a/config.org +++ b/config.org @@ -1165,7 +1165,7 @@ Hey, let's get the weather in here while we're at it. Unfortunately this seems slightly unmaintained ([[https://github.com/bcbcarl/emacs-wttrin/pulls][few open bugfix PRs]]) so let's roll our [[file:lisp/wttrin.el][own version]]. #+begin_src emacs-lisp -(package! wttrin :recipe (:local-repo "lisp" :build (:not compile))) +(package! wttrin :recipe (:local-repo "lisp/wttrin")) #+end_src Why not flash words on the screen. Why not --- hey, it could be fun. diff --git a/lisp/wttrin.el b/lisp/wttrin/wttrin.el similarity index 100% rename from lisp/wttrin.el rename to lisp/wttrin/wttrin.el