From d26134304fb68ee5cd68a2e6914b358f838a787e Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Sat, 21 Sep 2024 06:02:50 +0100 Subject: [PATCH] Rename my/git-sync-all -> my/gsync --- README.org | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.org b/README.org index ea5f3c5..01ab292 100644 --- a/README.org +++ b/README.org @@ -620,11 +620,11 @@ Configure email with iCalendar event support, to integrate with (mouse-wheel-progressive-speed nil) (mouse-wheel-follow-mouse t)) -;; Function for calling `git-sync-all' -(defun my/git-sync-all () - "Run shell command `git-sync-all' asynchronously." +;; Function for calling `gsync' +(defun my/gsync () + "Run shell command `gsync' asynchronously." (interactive) - (async-shell-command "git-sync-all" "*git-sync-all*" "*git-sync-errors*")) + (async-shell-command "gsync" "*gsync*" "*git-sync-errors*")) ;; Make shebang (#!) file executable when saved (add-hook 'after-save-hook #'executable-make-buffer-file-executable-if-script-p)