From df3d9f3ac387448eba6feab9d7e404dfc057e032 Mon Sep 17 00:00:00 2001 From: Marc Date: Wed, 20 Mar 2024 08:38:24 +0100 Subject: [PATCH] elpaca fix for windows --- config.org | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/config.org b/config.org index 3545c98..2849f0c 100644 --- a/config.org +++ b/config.org @@ -182,6 +182,10 @@ Boilerplate for Elpaca (add-hook 'after-init-hook #'elpaca-process-queues) (elpaca `(,@elpaca-order)) +;;at work symlinks wont work +(when *work_remote* + (elpaca-no-symlink-mode)) + ;(setq use-package-always-ensure t) (elpaca elpaca-use-package ;; enable use-package :ensure support for elpaca @@ -190,12 +194,6 @@ Boilerplate for Elpaca (elpaca-wait) #+end_src -For Windows it might be necessary to disable symlink creations -#+begin_src emacs-lisp -(when *work_remote* - (elpaca-no-symlink-mode)) -#+end_src - * use-package keywords general / diminish Needs to be loaded before any other package which uses the :general keyword