Skip to content

Commit adb2bc2

Browse files
committed
tweak: regenerate loaddefs
1 parent 368711d commit adb2bc2

File tree

1 file changed

+7
-22
lines changed

1 file changed

+7
-22
lines changed

core/me-loaddefs.el

Lines changed: 7 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ When PRE is non-nil, allow downloading the latest prerelease.
362362

363363
;;; Generated autoloads from me-lib.el
364364

365-
(register-definition-prefixes "me-lib" '("+a" "+binary-hexl-enable" "+color-subtle" "+d" "+e" "+f" "+i" "+known-scripts" "+l" "+make-" "+p" "+quoted-p" "+resolve-hook-forms" "+s" "+un" "+varplist-get" "+with-" "minemacs-"))
365+
(register-definition-prefixes "me-lib" '("+a" "+color-subtle" "+d" "+e" "+f" "+i" "+known-scripts" "+l" "+make-" "+p" "+quoted-p" "+resolve-hook-forms" "+s" "+un" "+varplist-get" "+with-" "minemacs-"))
366366

367367

368368
;;; Generated autoloads from me-lib-extra.el
@@ -599,26 +599,6 @@ Set the editor tab and indent widths from \".clang-format\".")
599599
(fn ORIG-FN PROC MSG)")
600600
(autoload '+server-restart "me-lib-extra" "\
601601
Restart the Emacs server." t)
602-
(autoload '+binary-buffer-p "me-lib-extra" "\
603-
Return whether BUFFER or the current buffer is binary.
604-
605-
A binary buffer is defined as containing at least one null byte.
606-
607-
Returns either nil, or the position of the first null byte.
608-
609-
(fn &optional BUFFER)")
610-
(autoload '+binary-file-p "me-lib-extra" "\
611-
Is FILE a binary?
612-
613-
This checks the first CHUNK of bytes, defaults to 1024.
614-
615-
(fn FILE &optional CHUNK)")
616-
(autoload '+binary-hexl-buffer-p "me-lib-extra" "\
617-
Does BUFFER (defaults to the current buffer) should be viewed using `hexl-mode'.
618-
619-
(fn &optional BUFFER)")
620-
(autoload '+binary-hexl-mode-maybe "me-lib-extra" "\
621-
Activate `hexl-mode' if relevant for the current buffer." t)
622602
(autoload '+kill-buffer-and-its-windows "me-lib-extra" "\
623603
Kill BUFFER and delete its windows.
624604
Default is `current-buffer'. When MSGP is non-nil, signal an error when
@@ -921,6 +901,11 @@ Show the list of declared external dependencies." t)
921901

922902
(minemacs-register-on-demand-module 'me-toml :auto-mode '(("\\.toml\\'" . toml-mode)) :companion-packages '((toml-ts-mode . toml-mode)))
923903

904+
905+
;;; Generated autoloads from ../modules/on-demand/me-typst.el
906+
907+
(minemacs-register-on-demand-module 'me-typst :auto-mode '(("\\.typ\\'" . typst-ts-mode)))
908+
924909

925910
;;; Generated autoloads from ../modules/on-demand/me-v.el
926911

@@ -934,7 +919,7 @@ Show the list of declared external dependencies." t)
934919

935920
;;; Generated autoloads from me-vars.el
936921

937-
(register-definition-prefixes "me-vars" '("+env-" "minemacs-"))
922+
(register-definition-prefixes "me-vars" '("+clang-format-command" "+env-" "minemacs-"))
938923

939924

940925
;;; Generated autoloads from ../modules/on-demand/me-vimscript.el

0 commit comments

Comments
 (0)