From c54c869778d08b863b004c372f6951ee5d1a6fbd Mon Sep 17 00:00:00 2001 From: Griffin Smith Date: Mon, 27 Feb 2023 10:13:17 -0500 Subject: chore(grfn/system): Upgrade emacs packages Some interfaces changed in magit's transient, and doom switched more emphatically to rustic mode Change-Id: Ifb945f7fc693b0b7fb1739e25c6da70b06df96ef Reviewed-on: https://cl.tvl.fyi/c/depot/+/8161 Autosubmit: grfn Tested-by: BuildkiteCI Reviewed-by: grfn --- users/grfn/emacs.d/config.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'users/grfn/emacs.d/config.el') diff --git a/users/grfn/emacs.d/config.el b/users/grfn/emacs.d/config.el index 9ddfe07afb95..da2ef48cd8fd 100644 --- a/users/grfn/emacs.d/config.el +++ b/users/grfn/emacs.d/config.el @@ -513,7 +513,7 @@ ;; :n "[ [" #'magit-section-backward ) - (define-suffix-command magit-commit-wip () + (transient-define-suffix magit-commit-wip () (interactive) (magit-commit-create '("-m" "wip"))) @@ -522,11 +522,11 @@ ["c"] (list "W" "Commit WIP" #'magit-commit-wip)) - (define-suffix-command magit-reset-head-back () + (transient-define-suffix magit-reset-head-back () (interactive) (magit-reset-mixed "HEAD~")) - (define-suffix-command magit-reset-head-previous () + (transient-define-suffix magit-reset-head-previous () (interactive) (magit-reset-mixed "HEAD@{1}")) -- cgit 1.4.1