11b94d504c
to apply it.
13 lines
526 B
Text
13 lines
526 B
Text
$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)
|