Solve a magit bug with Emacs 28

This commit is contained in:
Leni Ven 2023-02-16 12:27:41 -08:00
parent 6e4967dc58
commit 661f0316e5
1 changed files with 14 additions and 0 deletions

View File

@ -510,8 +510,22 @@ since it clutters the header-line.
)
#+end_src
Temporarily pin the versions at 28.2 due to ~defvar-keymap~ being a Emacs 29
addition. See [[https://emacs.stackexchange.com/questions/75827/doom-emacs-error-running-hook-global-git-commit-mode-because-void-variable][this stackexchange post]].
#+begin_src emacs-lisp :tangle packages.el
(package! transient
:pin "c2bdf7e12c530eb85476d3aef317eb2941ab9440"
:recipe (:host github :repo "magit/transient"))
(package! with-editor
:pin "bbc60f68ac190f02da8a100b6fb67cf1c27c53ab"
:recipe (:host github :repo "magit/with-editor"))
#+end_src
*** Emacs IPython Notebook (ein)
WIP
#+begin_src emacs-lisp
(map! :after ein
:localleader