From 74490958088ca8ba0b56e63084f330a2f6b67689 Mon Sep 17 00:00:00 2001 From: Thomas von Dein Date: Tue, 20 Jun 2023 13:14:31 +0200 Subject: [PATCH] enhance comment --- lisp/init-magit.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/init-magit.el b/lisp/init-magit.el index cf783b7..9bc7354 100644 --- a/lisp/init-magit.el +++ b/lisp/init-magit.el @@ -87,7 +87,8 @@ '("s" "dired" magit-dired-jump)) ;; for a one file commit just do the stage+commit in 1 step just as - ;; with git commit -am + ;; with git commit -am, the command is "ci" just like my git alias + ;; for the same pupose, which does "git commit -am" (defun tvd-stage-and-commit-current-buffer() (interactive) (magit-stage buffer-file-name)