From da1e3d8cecb8f18f9d9c4b0f3575ebe603391a3f Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Thu, 14 Sep 2017 19:33:29 +0200 Subject: [PATCH] =?UTF-8?q?[Private]=20Don=E2=80=99t=20use=20symlinks,=20a?= =?UTF-8?q?djust=20load-path=20instead?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This eliminates the need for symlinks, and thus also works under Windows. --- init.el | 1 + site-lisp/db-private.el | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 120000 site-lisp/db-private.el diff --git a/init.el b/init.el index 85b61fb..871b177 100644 --- a/init.el +++ b/init.el @@ -218,6 +218,7 @@ ;; * Builtin Variables (use-package db-private + :load-path "private" :defines (db/personal-mail-address db/work-mail-address db/jabber-id diff --git a/site-lisp/db-private.el b/site-lisp/db-private.el deleted file mode 120000 index 1ba5354..0000000 --- a/site-lisp/db-private.el +++ /dev/null @@ -1 +0,0 @@ -../private/db-private.el \ No newline at end of file