From ca94ae7b69d3761dd8ef8a8c02eec02c52ed7b6a Mon Sep 17 00:00:00 2001 From: mir Date: Tue, 23 Jan 2024 14:28:45 -0900 Subject: [PATCH] log failing usage tests, note elpaca works like straight --- README.org | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index 1c8431a..eed25d4 100644 --- a/README.org +++ b/README.org @@ -14,7 +14,7 @@ environments. They can be =grep='d through. With straight.el and use-package: #+begin_src elisp (use-package dconf-mode - :straight + :straight ;;replace with elpaca or similar (:type git :repo "https://git.marq42.xyz/mir/dconf-mode")) #+end_src @@ -35,7 +35,8 @@ Thus, editing `desktop.gsets' modifies the hive =/org/gnome/desktop/=. * TODO ** have an option to use a temp buffer ** test -- working with nonexistent files +- working with nonexistent files? NO + - working with nonexistent directory? NO - older/newer emacs versions - lexical binding?