log failing usage tests, note elpaca works like straight

This commit is contained in:
mir 2024-01-23 14:28:45 -09:00
parent 47fc98b4aa
commit ca94ae7b69

View File

@ -14,7 +14,7 @@ environments. They can be =grep='d through.
With straight.el and use-package: With straight.el and use-package:
#+begin_src elisp #+begin_src elisp
(use-package dconf-mode (use-package dconf-mode
:straight :straight ;;replace with elpaca or similar
(:type git (:type git
:repo "https://git.marq42.xyz/mir/dconf-mode")) :repo "https://git.marq42.xyz/mir/dconf-mode"))
#+end_src #+end_src
@ -35,7 +35,8 @@ Thus, editing `desktop.gsets' modifies the hive =/org/gnome/desktop/=.
* TODO * TODO
** have an option to use a temp buffer ** have an option to use a temp buffer
** test ** test
- working with nonexistent files - working with nonexistent files? NO
- working with nonexistent directory? NO
- older/newer emacs versions - older/newer emacs versions
- lexical binding? - lexical binding?