From 77cfedd1c9a6173cc8b47fb97eb594ef3186c264 Mon Sep 17 00:00:00 2001 From: bh Date: Fri, 12 Dec 2025 20:59:09 +0800 Subject: Removed unnecessary files from git tracking and added magit to config --- straight/build/annalist/annalist-autoloads.el | 45 --------------------------- 1 file changed, 45 deletions(-) delete mode 100644 straight/build/annalist/annalist-autoloads.el (limited to 'straight/build/annalist/annalist-autoloads.el') diff --git a/straight/build/annalist/annalist-autoloads.el b/straight/build/annalist/annalist-autoloads.el deleted file mode 100644 index 0b103cf..0000000 --- a/straight/build/annalist/annalist-autoloads.el +++ /dev/null @@ -1,45 +0,0 @@ -;;; annalist-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 annalist.el - -(autoload 'annalist-record "annalist" "\ -In the store for ANNALIST, TYPE, and LOCAL, record RECORD. -ANNALIST should correspond to the package/user recording this information (e.g. -'general, 'me, etc.). TYPE is the type of information being recorded (e.g. -'keybindings). LOCAL corresponds to whether to store RECORD only for the current -buffer. This information together is used to select where RECORD should be -stored in and later retrieved from with `annalist-describe'. RECORD should be a -list of items to record and later print as org headings and column entries in a -single row. If PLIST is non-nil, RECORD should be a plist instead of an ordered -list (e.g. '(keymap org-mode-map key \"C-c a\" ...)). The plist keys should be -the symbols used for the definition of TYPE. - -(fn ANNALIST TYPE RECORD &key LOCAL PLIST)") -(autoload 'annalist-describe "annalist" "\ -Describe information recorded by ANNALIST for TYPE. -For example: (annalist-describe 'general 'keybindings) If VIEW is non-nil, use -those settings for displaying recorded information instead of the defaults. - -(fn ANNALIST TYPE &optional VIEW)") -(register-definition-prefixes "annalist" '("annalist-")) - -;;; End of scraped data - -(provide 'annalist-autoloads) - -;; Local Variables: -;; version-control: never -;; no-byte-compile: t -;; no-update-autoloads: t -;; no-native-compile: t -;; coding: utf-8-emacs-unix -;; End: - -;;; annalist-autoloads.el ends here -- cgit v1.2.3