]> code.delx.au - gnu-emacs-elpa/blobdiff - packages/notes-mode/mkconfig
First cut at cleaning up notes-mode.
[gnu-emacs-elpa] / packages / notes-mode / mkconfig
index 84e66cc038b7b34703d1b3bb4253f47e8b749236..637ca56faeec64b4db534c31d678e001449e18b8 100755 (executable)
@@ -4,7 +4,7 @@
 # mkconfig
 # $Id: mkconfig,v 1.10 2003/05/23 16:26:30 johnh Exp $
 #
-# Copyright (C) 1996 by John Heidemann.
+# Copyright (C) 1996,2012  Free Software Foundation, Inc.
 # Comments to <johnh@isi.edu>.
 #
 # This file is under the Gnu Public License, version 2.
@@ -32,8 +32,7 @@ my($home_dir) = ((getpwuid($<))[7]);
 
 my(%defaults) = (
     'dir'      => ['path', '~/NOTES'],
-    'bin_dir'  => ['path', '/home/johnh/NOTES/BIN'],
-    'lisp_dir' => ['path', '/home/johnh/LIB/EMACS'],
+    'bin_dir'  => ['path', "$ENV{'NOTES_BIN_DIR'}"],
     'int_form' => ['form', '%Y%m'],
     'file_form'        => ['form', '%y%m%d'],
     );