Skip to content

Commit

Permalink
tweak: regenerate loaddefs
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Jan 3, 2025
1 parent 6cc5ebe commit 7876e54
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions core/me-loaddefs.el
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,6 @@ restores it after that.
;;; Generated autoloads from ../modules/on-demand/me-gitlab-ci.el

(minemacs-register-on-demand-module 'me-gitlab-ci :auto-mode '(("\\.gitlab-ci.ya?ml\\'" . gitlab-ci-mode)) :companion-packages '(((yaml-mode yaml-ts-mode) . gitlab-ci-mode)))
(autoload '+gitlab-ci-add-schema "on-demand/me-gitlab-ci")


;;; Generated autoloads from ../modules/on-demand/me-gnuplot.el
Expand Down Expand Up @@ -553,6 +552,12 @@ Describe a ShellCheck message CODES.
Get an explanation of the shell COMMAND using explainshell.com.
(fn COMMAND)" t)
(autoload '+yaml-insert-schema "me-lib-extra" "\
Insert a schema for the current buffer file.
When ASK is non-nil, ask which schema to insert without trying to guess
the schema from the file name.
(fn &optional ASK)" t)
(autoload '+server-restart "me-lib-extra" "\
Restart the Emacs server." t)
(autoload '+binary-buffer-p "me-lib-extra" "\
Expand Down Expand Up @@ -651,7 +656,7 @@ Find references to the identifier at or around point." t)
Extract the descriptions of MinEmacs packages." t)
(autoload '+list-external-dependencies "me-lib-extra" "\
Show the list of declared external dependencies." t)
(register-definition-prefixes "me-lib-extra" '("+apply-patch-dwim-" "+browse-html-file-browser-priority" "+dir-locals--autoreload-" "+eglot--help-buffer" "+g" "+html2pdf-" "+kill-buffer-no-ask-list" "+net-default-device" "+patch-get-patched-files" "+s" "+webjump-read-string-"))
(register-definition-prefixes "me-lib-extra" '("+apply-patch-dwim-" "+browse-html-file-browser-priority" "+dir-locals--autoreload-" "+eglot--help-buffer" "+fetch-json-from-url" "+g" "+html2pdf-" "+json-" "+kill-buffer-no-ask-list" "+net-default-device" "+patch-get-patched-files" "+s" "+webjump-read-string-"))


;;; Generated autoloads from ../modules/on-demand/me-llvm.el
Expand Down

0 comments on commit 7876e54

Please sign in to comment.