Skip to content

Commit

Permalink
tweak: regenerate loaddefs
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Aug 5, 2023
1 parent 1f31061 commit c9398a0
Showing 1 changed file with 3 additions and 24 deletions.
27 changes: 3 additions & 24 deletions core/me-loaddefs.el
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,6 @@ 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)
(autoload '+fill-scratch-buffer "../elisp/+buffer" "\
Fill the `initial-scratch-message'.
When available, use \"fortune\" to add a random quote.")
(register-definition-prefixes "../elisp/+buffer" '("+kill-buffer-no-ask-list"))


Expand Down Expand Up @@ -548,7 +545,9 @@ Like `apply-partially', but applies the ARGS to the right of FUN.
;;; Generated autoloads from ../elisp/+project.el

(autoload '+project-scan-for-projects "../elisp/+project" "\
Scan and remember projects under `+project-scan-dir-paths'." t)
Scan and remember projects under DIR or `+project-scan-dir-paths'.
(fn &optional DIR)" t)
(autoload '+project-add-project "../elisp/+project" "\
Switch to another project at DIR.
When DIR is not detected as a project, ask to force it to be by adding a
Expand Down Expand Up @@ -640,26 +639,6 @@ Stops the systemd SERVICE.
(fn SERVICE &optional PRE-FN POST-FN)")


;;; Generated autoloads from ../elisp/+unix.el

(autoload '+chmod-this-file "../elisp/+unix" "\
Execute Unix command `chmod'. Current buffer's file is default arg.
CMD is the command to execute (interactively, `chmod').
(fn CMD)" t)
(autoload '+chgrp-this-file "../elisp/+unix" "\
Execute Unix command `chgrp'. Current buffer's file is default arg.
CMD is the command to execute (interactively, `chgrp').
(fn CMD)" t)
(autoload '+chown-this-file "../elisp/+unix" "\
Execute Unix command `chown'. Current buffer's file is default arg.
CMD is the command to execute (interactively, `chown').
(fn CMD)" t)
(register-definition-prefixes "../elisp/+unix" '("+read-shell-file-command"))


;;; Generated autoloads from ../elisp/ecryptfs.el

Expand Down

0 comments on commit c9398a0

Please sign in to comment.