Skip to content

Commit

Permalink
Minor update to the example code in the sample settings file
Browse files Browse the repository at this point in the history
  • Loading branch information
pmoura committed May 13, 2016
1 parent 3dcc421 commit 3ded0ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions settings-sample.lgt
@@ -1,7 +1,7 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% Sample settings file
% Last updated on November 12, 2015
% Last updated on May 13, 2016
%
% This file is part of Logtalk <http://logtalk.org/>
% Copyright 1998-2016 Paulo Moura <pmoura@logtalk.org>
Expand Down Expand Up @@ -96,7 +96,7 @@
:- multifile(logtalk_library_path/2).
:- dynamic(logtalk_library_path/2).
logtalk_library_path(my_project, '$HOME/my_project/').
logtalk_library_path(my_project, home('my_project/')).
logtalk_library_path(my_project_libraries, my_project('libraries/')).
logtalk_library_path(my_project_examples, my_project('examples/')).
*/
Expand Down

0 comments on commit 3ded0ef

Please sign in to comment.