Solve a magit bug with Emacs 28
This commit is contained in:
parent
6e4967dc58
commit
661f0316e5
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue