From f3ebb48b2a198e60f2a2ed6a640972f897c32faa Mon Sep 17 00:00:00 2001 From: TEC Date: Fri, 5 Mar 2021 02:11:17 +0800 Subject: [PATCH] Move wttrin.el to a folder Using a shared folder (i.e. lisp/) causes complaints. --- config.org | 2 +- lisp/{ => wttrin}/wttrin.el | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename lisp/{ => wttrin}/wttrin.el (100%) 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