@@ -362,7 +362,7 @@ When PRE is non-nil, allow downloading the latest prerelease.
362
362
363
363
; ;; Generated autoloads from me-lib.el
364
364
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-" ))
366
366
367
367
368
368
; ;; Generated autoloads from me-lib-extra.el
@@ -599,26 +599,6 @@ Set the editor tab and indent widths from \".clang-format\".")
599
599
(fn ORIG-FN PROC MSG)" )
600
600
(autoload '+server-restart " me-lib-extra" " \
601
601
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 )
622
602
(autoload '+kill-buffer-and-its-windows " me-lib-extra" " \
623
603
Kill BUFFER and delete its windows.
624
604
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)
921
901
922
902
(minemacs-register-on-demand-module 'me-toml :auto-mode '((" \\ .toml\\ '" . toml-mode)) :companion-packages '((toml-ts-mode . toml-mode)))
923
903
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
+
924
909
925
910
; ;; Generated autoloads from ../modules/on-demand/me-v.el
926
911
@@ -934,7 +919,7 @@ Show the list of declared external dependencies." t)
934
919
935
920
; ;; Generated autoloads from me-vars.el
936
921
937
- (register-definition-prefixes " me-vars" '(" +env-" " minemacs-" ))
922
+ (register-definition-prefixes " me-vars" '(" +clang-format-command " " + env-" " minemacs-" ))
938
923
939
924
940
925
; ;; Generated autoloads from ../modules/on-demand/me-vimscript.el
0 commit comments