accoil@alien.topBtoEmacs@communick.news•Emacs on WSL Home directory: How to use the same config and packages as Windows EmacsEnglish
1·
1 year agoTry setting package-user-dir
to the elpa directory.
Try setting package-user-dir
to the elpa directory.
Could potentially add it to the pull interface:
(transient-append-suffix 'magit-pull "-r" '("-R" "No rebase" "--no-rebase"))
(positions it under the rebase flag -r
)
They moved to using develop
as a rolling release
https://github.com/syl20bnr/spacemacs/issues/11191 https://github.com/syl20bnr/spacemacs/issues/11352
Can’t modify a lamdba hook once it’s been created, however if you named it via
defun
you can redeclare it with new behaviour or remove it from the advice list.