diff options
| author | Craig Jennings <c@cjennings.net> | 2025-06-07 12:40:00 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2025-06-07 12:40:00 -0500 |
| commit | f5c6e1160f346c13b7fc75ab02629e29af97cf21 (patch) | |
| tree | ff694f0848f9cf73eff549670eb82f336af12206 /modules | |
| parent | c0ed34363cf8a2e34d631be56ba45456081ea345 (diff) | |
| download | dotemacs-f5c6e1160f346c13b7fc75ab02629e29af97cf21.tar.gz dotemacs-f5c6e1160f346c13b7fc75ab02629e29af97cf21.zip | |
cosmetic cleanup for git-timemachine; removing not-a-bug
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/vc-config.el | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/modules/vc-config.el b/modules/vc-config.el index 0235482be..ac51f8f1a 100644 --- a/modules/vc-config.el +++ b/modules/vc-config.el @@ -1,4 +1,3 @@ - ;;; vc-config.el --- Version Control Configuration -*- lexical-binding: t; -*- ;; author: Craig Jennings <c@cjennings.net> ;;; Commentary: @@ -50,9 +49,7 @@ ;; ------------------------------ Git Timemachine ------------------------------ ;; walk through revisions of the current file in your buffer - -;; this function from: -;; https://blog.binchen.org/posts/new-git-timemachine-ui-based-on-ivy-mode/ +;; also: https://blog.binchen.org/posts/new-git-timemachine-ui-based-on-ivy-mode/ (defun cj/git-timemachine-show-selected-revision () "Show last (current) revision of file." (interactive) |
