Make rackedit tolerant when there's no GUI available

This commit is contained in:
2026-08-22 14:05:07 +02:00
parent 0d3b55f252
commit b41e312a80
5 changed files with 212 additions and 155 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
#lang info
(define pkg-authors '(hnmdijkema))
(define version "0.1.7")
(define version "0.1.8")
(define license 'MIT) ;
(define collection "rackedit")
(define pkg-desc "rackedit exports the rkdt procedure, that can be used to open an editor window with a given file")