Browse Source

transient for windows

master
Marc 5 months ago
parent
commit
28d6c23042
1 changed files with 4 additions and 0 deletions
  1. 4
      config.org

4
config.org

@ -1416,6 +1416,10 @@ In status buffer:
- F u git pull - F u git pull
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp
;; updated version needed for magit, at least on windows
(use-package transient
:ensure t)
(use-package magit (use-package magit
:ensure t :ensure t
; :pin melpa-stable ; :pin melpa-stable

Loading…
Cancel
Save