Louis :emacs: on Nostr: npub1rs0zm…ttqrn I put this into my Emacs init.el: (defun sijo-test-package () ...
npub1rs0zm7fxl9a4g03n6hdj6xj5z2jezlqjrt87r5axp8hv2glapw3q3ttqrn (npub1rs0…tqrn) I put this into my Emacs init.el:
(defun sijo-test-package ()
(interactive)
(slime-eval-with-transcript `(sijo-doctest:test-package ,(read (slime-find-buffer-package)))))
(define-key slime-mode-map (kbd "C-c t")
'sijo-test-package)
Not sure if this is the best way to do it but it works pretty well 🙂
(defun sijo-test-package ()
(interactive)
(slime-eval-with-transcript `(sijo-doctest:test-package ,(read (slime-find-buffer-package)))))
(define-key slime-mode-map (kbd "C-c t")
'sijo-test-package)
Not sure if this is the best way to do it but it works pretty well 🙂