|
@ -182,8 +182,9 @@ Boilerplate for Elpaca |
|
|
(add-hook 'after-init-hook #'elpaca-process-queues) |
|
|
(add-hook 'after-init-hook #'elpaca-process-queues) |
|
|
(elpaca `(,@elpaca-order)) |
|
|
(elpaca `(,@elpaca-order)) |
|
|
|
|
|
|
|
|
;;at work symlinks wont work |
|
|
|
|
|
|
|
|
;;at work symlinks wont work, and open file limit can be an issue |
|
|
(when *work_remote* |
|
|
(when *work_remote* |
|
|
|
|
|
(setq elpaca-queue-limit 12) |
|
|
(elpaca-no-symlink-mode)) |
|
|
(elpaca-no-symlink-mode)) |
|
|
|
|
|
|
|
|
;(setq use-package-always-ensure t) |
|
|
;(setq use-package-always-ensure t) |
|
|