emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/git-commit 0f96d39834 2/2: magit-global-core.{notes, displ


From: ELPA Syncer
Subject: [nongnu] elpa/git-commit 0f96d39834 2/2: magit-global-core.{notes, display}Ref: Actually handle global value
Date: Sun, 27 Feb 2022 08:58:09 -0500 (EST)

branch: elpa/git-commit
commit 0f96d398346293b4d1f60dd878a490c25917cd8a
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>

    magit-global-core.{notes,display}Ref: Actually handle global value
---
 lisp/magit-notes.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/lisp/magit-notes.el b/lisp/magit-notes.el
index 30bbc5f9bf..5d0fbec133 100644
--- a/lisp/magit-notes.el
+++ b/lisp/magit-notes.el
@@ -84,12 +84,14 @@
 (transient-define-infix magit-global-core.notesRef ()
   :class 'magit--git-variable
   :variable "core.notesRef"
+  :global t
   :reader 'magit-notes-read-ref
   :prompt "Set global core.notesRef")
 
 (transient-define-infix magit-global-notes.displayRef ()
   :class 'magit--git-variable
   :variable "notes.displayRef"
+  :global t
   :multi-value t
   :reader 'magit-notes-read-refs
   :prompt "Set global notes.displayRef")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]