commit 10dba191acb22ab1d472ca9931d8c603bc090dd0 parent f888051ac6eb1fc4c91d9c60a4e77768e079f9b6 Author: andsy10 <andsy1016@gmail.com> Date: Fri, 28 Aug 2026 22:55:27 +0800 Add malyon z-machine interpreter Diffstat:
| M | lisp/init-package.el | | | 5 | +++++ |
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/lisp/init-package.el b/lisp/init-package.el @@ -216,6 +216,11 @@ Like normal Emacs `C-k'. Kill to end of line and put content in kill-ring." ;; typing game (use-package typit) +;; z-machine interpreter +(use-package malyon + :straight + (malyon :fork (:host github :repo "cjennings/malyon"))) + ;; guix (if *is-linux* (use-package guix))