summaryrefslogtreecommitdiff
path: root/straight/build/goto-chg
diff options
context:
space:
mode:
authorbh <qn+git@excalibur.computer>2025-12-12 20:59:09 +0800
committerbh <qn+git@excalibur.computer>2025-12-12 20:59:09 +0800
commit77cfedd1c9a6173cc8b47fb97eb594ef3186c264 (patch)
treea8219eec8022cb15af3d3d95c225b82f72285259 /straight/build/goto-chg
parentf5e40c74da77adf875dea03c0a120ea64d7a58d4 (diff)
Removed unnecessary files from git tracking and added magit to config
Diffstat (limited to 'straight/build/goto-chg')
-rw-r--r--straight/build/goto-chg/goto-chg-autoloads.el57
l---------straight/build/goto-chg/goto-chg.el1
-rw-r--r--straight/build/goto-chg/goto-chg.elcbin7353 -> 0 bytes
3 files changed, 0 insertions, 58 deletions
diff --git a/straight/build/goto-chg/goto-chg-autoloads.el b/straight/build/goto-chg/goto-chg-autoloads.el
deleted file mode 100644
index 13f475b..0000000
--- a/straight/build/goto-chg/goto-chg-autoloads.el
+++ /dev/null
@@ -1,57 +0,0 @@
-;;; goto-chg-autoloads.el --- automatically extracted autoloads (do not edit) -*- lexical-binding: t -*-
-;; Generated by the `loaddefs-generate' function.
-
-;; This file is part of GNU Emacs.
-
-;;; Code:
-
-
-
-;;; Generated autoloads from goto-chg.el
-
-(autoload 'goto-last-change "goto-chg" "\
-Go to the point where the last edit was made in the current buffer.
-Repeat the command to go to the second last edit, etc.
-
-To go back to more recent edit, the reverse of this command, use \\[goto-last-change-reverse]
-or precede this command with \\[universal-argument] - (minus).
-
-It does not go to the same point twice even if there has been many edits
-there. I call the minimal distance between distinguishable edits \"span\".
-Set variable `glc-default-span' to control how close is \"the same point\".
-Default span is 8.
-The span can be changed temporarily with \\[universal-argument] right before \\[goto-last-change]:
-\\[universal-argument] <NUMBER> set current span to that number,
-\\[universal-argument] (no number) multiplies span by 4, starting with default.
-The so set span remains until it is changed again with \\[universal-argument], or the consecutive
-repetition of this command is ended by any other command.
-
-When span is zero (i.e. \\[universal-argument] 0) subsequent \\[goto-last-change] visits each and
-every point of edit and a message shows what change was made there.
-In this case it may go to the same point twice.
-
-This command uses undo information. If undo is disabled, so is this command.
-At times, when undo information becomes too large, the oldest information is
-discarded. See variable `undo-limit'.
-
-(fn ARG)" t)
-(autoload 'goto-last-change-reverse "goto-chg" "\
-Go back to more recent changes after \\[goto-last-change] have been used.
-See `goto-last-change' for use of prefix argument.
-
-(fn ARG)" t)
-(register-definition-prefixes "goto-chg" '("glc-"))
-
-;;; End of scraped data
-
-(provide 'goto-chg-autoloads)
-
-;; Local Variables:
-;; version-control: never
-;; no-byte-compile: t
-;; no-update-autoloads: t
-;; no-native-compile: t
-;; coding: utf-8-emacs-unix
-;; End:
-
-;;; goto-chg-autoloads.el ends here
diff --git a/straight/build/goto-chg/goto-chg.el b/straight/build/goto-chg/goto-chg.el
deleted file mode 120000
index bf00a2c..0000000
--- a/straight/build/goto-chg/goto-chg.el
+++ /dev/null
@@ -1 +0,0 @@
-/home/bh/.config/emacs/straight/repos/goto-chg/goto-chg.el \ No newline at end of file
diff --git a/straight/build/goto-chg/goto-chg.elc b/straight/build/goto-chg/goto-chg.elc
deleted file mode 100644
index 6945d58..0000000
--- a/straight/build/goto-chg/goto-chg.elc
+++ /dev/null
Binary files differ