accoil

joined 2 years ago
[–] accoil@alien.top 1 points 2 years ago

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.

[–] accoil@alien.top 1 points 2 years ago (1 children)

Try setting package-user-dir to the elpa directory.

[–] accoil@alien.top 1 points 2 years ago

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)