Skip to content

Commit

Permalink
tweak(core): regenerate loaddefs
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Oct 8, 2023
1 parent 10e7197 commit 307dbef
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion core/me-loaddefs.el
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,12 @@ Delete all other windows showing the selected window's buffer." t)
(autoload '+delete-window-maybe-kill-buffer "../elisp/+buffer" "\
Delete selected window.
If no other window shows its buffer, kill the buffer too." t)
(register-definition-prefixes "../elisp/+buffer" '("+kill-buffer-no-ask-list"))
(autoload '+clear-frenchy-ponctuations "../elisp/+buffer" "\
Replace french ponctuations (like unsectable space) by regular ones." t)
(autoload '+yank-region-as-paragraph "../elisp/+buffer" "\
Yank region as one paragraph. This command removes new line characters
between lines." t)
(register-definition-prefixes "../elisp/+buffer" '("+kill-buffer-no-ask-list" "+replace-in-buffer"))


;;; Generated autoloads from ../elisp/+eglot.el
Expand Down Expand Up @@ -676,6 +681,19 @@ This depends on `+cape-hosts' and `+cape-global-capes'.
(fn &optional DISABLE)" t)


;;; Generated autoloads from ../modules/extras/me-cocogitto.el

(autoload '+cocogitto-bump "../modules/extras/me-cocogitto" "\
Bump version LEVEL (`auto', `major', `minor' or `patch'), and with PRE if it
is a pre-release.
This command stashes the current workspace before bumping the version, and
restores it after that.
(fn LEVEL &optional PRE)" t)
(register-definition-prefixes "../modules/extras/me-cocogitto" '("+cocogitto-buffer-name"))


;;; Generated autoloads from ../modules/extras/me-dap-utils.el

Expand Down

0 comments on commit 307dbef

Please sign in to comment.