mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-07 19:30:47 -04:00
14 lines
526 B
Plaintext
14 lines
526 B
Plaintext
$NetBSD: patch-ac,v 1.6 2005/07/17 23:02:05 kristerw Exp $
|
|
|
|
--- plugins/python/progs/init-python.scm.orig Mon Jul 4 13:16:13 2005
|
|
+++ plugins/python/progs/init-python.scm Mon Jul 18 00:53:48 2005
|
|
@@ -13,7 +13,7 @@
|
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
|
|
(plugin-configure python
|
|
- (:require (url-exists-in-path? "python"))
|
|
+ (:require (url-exists-in-path? "@PYTHONBIN@"))
|
|
(:require (url-exists-in-path? "tm_python"))
|
|
(:launch "tm_python --texmacs")
|
|
(:tab-completion #t)
|