-
|
I'd like to start using |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
|
Have a look at |
Beta Was this translation helpful? Give feedback.
-
|
By doing (setq ediprolog-temp-file "./ediprolog-temp")in my project directory, I'm able to :- use_module(modulename).in the usual way. |
Beta Was this translation helpful? Give feedback.
By doing
in my project directory, I'm able to
in the usual way.
Thanks to @triska for this suggestion.