Skip to content

Commit

Permalink
tweak: regenerate loaddefs
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Dec 6, 2024
1 parent 8291d2c commit 6e54cc6
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions core/me-loaddefs.el
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,11 @@ restores it after that.

(minemacs-register-on-demand-module 'me-jenkins :auto-mode '(("Jenkinsfile\\'" . jenkinsfile-mode)))


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

(minemacs-register-on-demand-module 'me-jira :auto-mode '(("\\.confluence$" . jira-markup-mode) ("jira.*\\.txt$" . jira-markup-mode)))


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

Expand Down Expand Up @@ -576,8 +581,10 @@ Does BUFFER (defaults to the current buffer) should be viewed using `hexl-mode'.
(autoload '+binary-hexl-mode-maybe "me-lib-extra" "\
Activate `hexl-mode' if relevant for the current buffer." t)
(autoload '+kill-buffer-and-its-windows "me-lib-extra" "\
Kill BUFFER and delete its windows. Default is `current-buffer'.
BUFFER may be either a buffer or its name (a string).
Kill BUFFER and delete its windows.
Default is `current-buffer'. When MSGP is non-nil, signal an error when
the buffer isn't alive. BUFFER may be either a buffer or its name (a
string).
(fn BUFFER &optional MSGP)" t)
(autoload '+region-to-buffer "me-lib-extra" "\
Expand Down Expand Up @@ -609,7 +616,7 @@ See `kill-some-buffers'.
(fn &optional LIST)" t)
(autoload '+kill-buffer-ask-if-modified "me-lib-extra" "\
Like `kill-buffer-ask', but kills BUFFER without confirmation when unmodified.
Like `kill-buffer-ask', but don't ask if BUFFER isn't modified.
Kill without asking for buffer names in `+kill-buffer-no-ask-list'.
(fn BUFFER)")
Expand Down Expand Up @@ -691,11 +698,6 @@ Show the list of declared external dependencies." t)

(minemacs-register-on-demand-module 'me-modelica :auto-mode '(("\\.mo\\'" . modelica-mode)))


;;; Generated autoloads from me-modules.el

(register-definition-prefixes "me-modules" '("minemacs-modules"))


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

Expand All @@ -714,7 +716,7 @@ Show the list of declared external dependencies." t)

;;; Generated autoloads from ../modules/extras/me-mu4e-ui.el

(register-definition-prefixes "../modules/extras/me-mu4e-ui" '("+mu4e-"))
(register-definition-prefixes "../modules/extras/me-mu4e-ui" '("+icon-colors" "+mu4e-"))


;;; Generated autoloads from ../modules/on-demand/me-nim.el
Expand Down Expand Up @@ -880,7 +882,7 @@ Show the list of declared external dependencies." t)

;;; Generated autoloads from me-vars.el

(register-definition-prefixes "me-vars" '("+e" "+load" "minemacs-" "os/" "sys/arch"))
(register-definition-prefixes "me-vars" '("+env-" "minemacs-" "os/" "sys/arch"))


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

0 comments on commit 6e54cc6

Please sign in to comment.