summaryrefslogtreecommitdiff
path: root/straight/build/diminish
diff options
context:
space:
mode:
Diffstat (limited to 'straight/build/diminish')
l---------straight/build/diminish/.github/PULL_REQUEST_TEMPLATE.md1
l---------straight/build/diminish/README.md1
-rw-r--r--straight/build/diminish/diminish-autoloads.el61
l---------straight/build/diminish/diminish-pkg.el1
l---------straight/build/diminish/diminish.el1
-rw-r--r--straight/build/diminish/diminish.elcbin0 -> 4284 bytes
6 files changed, 65 insertions, 0 deletions
diff --git a/straight/build/diminish/.github/PULL_REQUEST_TEMPLATE.md b/straight/build/diminish/.github/PULL_REQUEST_TEMPLATE.md
new file mode 120000
index 0000000..e98de24
--- /dev/null
+++ b/straight/build/diminish/.github/PULL_REQUEST_TEMPLATE.md
@@ -0,0 +1 @@
+/home/bh/.config/emacs/straight/repos/diminish/.github/PULL_REQUEST_TEMPLATE.md \ No newline at end of file
diff --git a/straight/build/diminish/README.md b/straight/build/diminish/README.md
new file mode 120000
index 0000000..b766b70
--- /dev/null
+++ b/straight/build/diminish/README.md
@@ -0,0 +1 @@
+/home/bh/.config/emacs/straight/repos/diminish/README.md \ No newline at end of file
diff --git a/straight/build/diminish/diminish-autoloads.el b/straight/build/diminish/diminish-autoloads.el
new file mode 100644
index 0000000..1006a3f
--- /dev/null
+++ b/straight/build/diminish/diminish-autoloads.el
@@ -0,0 +1,61 @@
+;;; diminish-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 diminish.el
+
+(autoload 'diminish "diminish" "\
+Diminish mode-line display of minor mode MODE to TO-WHAT (default \"\").
+
+Interactively, enter (with completion) the name of any minor mode, followed
+on the next line by what you want it diminished to (default empty string).
+The response to neither prompt should be quoted. However, in Lisp code,
+both args must be quoted, the first as a symbol, the second as a string,
+as in (diminish \\='jiggle-mode \" Jgl\").
+
+The mode-line displays of minor modes usually begin with a space, so
+the modes' names appear as separate words on the mode line. However, if
+you're having problems with a cramped mode line, you may choose to use single
+letters for some modes, without leading spaces. Capitalizing them works
+best; if you then diminish some mode to \"X\" but have `abbrev-mode' enabled as
+well, you'll get a display like \"AbbrevX\". This function prepends a space
+to TO-WHAT if it's > 1 char long & doesn't already begin with a space.
+
+(fn MODE &optional TO-WHAT)" t)
+(autoload 'diminish-undo "diminish" "\
+Restore mode-line display of diminished mode MODE to its minor-mode value.
+Do nothing if the arg is a minor mode that hasn't been diminished.
+
+Interactively, enter (with completion) the name of any diminished mode (a
+mode that was formerly a minor mode on which you invoked \\[diminish]).
+To restore all diminished modes to minor status, answer `diminished-modes'.
+The response to the prompt shouldn't be quoted. However, in Lisp code,
+the arg must be quoted as a symbol, as in (diminish-undo \\='diminished-modes).
+
+(fn MODE)" t)
+(autoload 'diminished-modes "diminish" "\
+Echo all active diminished or minor modes as if they were minor.
+The display goes in the echo area; if it's too long even for that,
+you can see the whole thing in the *Messages* buffer.
+This doesn't change the status of any modes; it just lets you see
+what diminished modes would be on the mode-line if they were still minor." t)
+(register-definition-prefixes "diminish" '("diminish"))
+
+;;; End of scraped data
+
+(provide 'diminish-autoloads)
+
+;; Local Variables:
+;; version-control: never
+;; no-byte-compile: t
+;; no-update-autoloads: t
+;; no-native-compile: t
+;; coding: utf-8-emacs-unix
+;; End:
+
+;;; diminish-autoloads.el ends here
diff --git a/straight/build/diminish/diminish-pkg.el b/straight/build/diminish/diminish-pkg.el
new file mode 120000
index 0000000..c486735
--- /dev/null
+++ b/straight/build/diminish/diminish-pkg.el
@@ -0,0 +1 @@
+/home/bh/.config/emacs/straight/repos/diminish/diminish-pkg.el \ No newline at end of file
diff --git a/straight/build/diminish/diminish.el b/straight/build/diminish/diminish.el
new file mode 120000
index 0000000..2ff9eae
--- /dev/null
+++ b/straight/build/diminish/diminish.el
@@ -0,0 +1 @@
+/home/bh/.config/emacs/straight/repos/diminish/diminish.el \ No newline at end of file
diff --git a/straight/build/diminish/diminish.elc b/straight/build/diminish/diminish.elc
new file mode 100644
index 0000000..22545ba
--- /dev/null
+++ b/straight/build/diminish/diminish.elc
Binary files differ