|
@ -182,6 +182,10 @@ 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 |
|
|
|
|
|
(when *work_remote* |
|
|
|
|
|
(elpaca-no-symlink-mode)) |
|
|
|
|
|
|
|
|
;(setq use-package-always-ensure t) |
|
|
;(setq use-package-always-ensure t) |
|
|
(elpaca elpaca-use-package |
|
|
(elpaca elpaca-use-package |
|
|
;; enable use-package :ensure support for elpaca |
|
|
;; enable use-package :ensure support for elpaca |
|
@ -190,12 +194,6 @@ Boilerplate for Elpaca |
|
|
(elpaca-wait) |
|
|
(elpaca-wait) |
|
|
#+end_src |
|
|
#+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 |
|
|
* use-package keywords general / diminish |
|
|
Needs to be loaded before any other package which uses the :general keyword |
|
|
Needs to be loaded before any other package which uses the :general keyword |
|
|
|
|
|
|
|
|