From 7e4ddb6daba1bd3f381ca39e4bbfbc5d55f5ff12 Mon Sep 17 00:00:00 2001 From: Ohad Livne Date: Sat, 13 Dec 2025 23:56:54 +0200 Subject: [PATCH] Use conventional commenting style for Emacs Lisp --- .config/emacs/transient/values.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/emacs/transient/values.el b/.config/emacs/transient/values.el index e9662fa..9dc81a5 100644 --- a/.config/emacs/transient/values.el +++ b/.config/emacs/transient/values.el @@ -1,10 +1,10 @@ ( - ; keep-sorted start + ;; keep-sorted start (magit-commit "--gpg-sign=") (magit-diff:magit-revision-mode "--no-ext-diff" "--stat" "--show-signature") (magit-fetch "--force" "--prune" "--tags") (magit-log:magit-log-mode "-n256" "--graph" "--decorate" "--show-signature") (magit-merge "--gpg-sign=") (magit-tag "--sign") - ; keep-sorted end + ;; keep-sorted end )