@@ -566,28 +566,27 @@ Add ROOTS to ignored projects, recentf, etc.
566
566
Is package PACKAGE disabled in ` minemacs-disabled-packages ` .
567
567
Optionally, check also for the containing MODULE.
568
568
569
- #### ` (+package-download-from-urls PKGNAME &rest ARGS) `
570
-
571
- Download PKGNAME files from URLs in ARGS.
572
- Pass ` :redownload ` to force redownloading the package files.
573
- Returns the load path of the package, useful for usage with ` use-package' ` s
574
- ` :load-path ` .
575
-
576
569
#### ` (minemacs-run-build-functions &optional DONT-ASK-P) `
577
570
578
571
Run all build functions in ` minemacs-build-functions ` .
579
572
Call functions without asking when DONT-ASK-P is non-nil.
580
573
581
- #### ` (minemacs-update -packages) `
574
+ #### ` (minemacs-bump -packages) `
582
575
583
- Update MinEmacs packages.
576
+ Update MinEmacs packages to the last revisions (can cause breakages) .
584
577
585
- #### ` (minemacs-update- restore-locked RESTORE-FROM-BACKUP) `
578
+ #### ` (minemacs-restore-locked-packages RESTORE-FROM-BACKUP) `
586
579
587
580
Restore lockfile packages list. Takes into account the pinned ones.
588
581
When called with C-u or with RESTORE-FROM-BACKUP, it will
589
582
restore the lockfile from backups, not Git.
590
583
584
+ #### ` (minemacs-upgrade PULL-MINEMACS) `
585
+
586
+ Upgrade MinEmacs and its packages to the latest pinned versions (recommended).
587
+ When PULL-MINEMACS is non-nil, run a "git pull" in MinEmacs' directory.
588
+ This calls ` minemacs-update-restore-locked ` asynchronously.
589
+
591
590
#### ` (+minemacs-root-dir-cleanup) `
592
591
593
592
Cleanup MinEmacs' root directory.
@@ -1087,47 +1086,6 @@ is a pre-release.
1087
1086
This command stashes the current workspace before bumping the version, and
1088
1087
restores it after that.
1089
1088
1090
- #### ` (+fold-from-eol &rest BODY) ` (macro)
1091
-
1092
- Execute BODY after moving to the end of the line.
1093
-
1094
- #### ` (+fold/toggle) `
1095
-
1096
- Toggle the fold at point.
1097
- Targets ` vimmish-fold ` , ` hideshow ` and ` outline ` folds.
1098
-
1099
- #### ` (+fold/open) `
1100
-
1101
- Open the folded region at point.
1102
- Targets ` vimmish-fold ` , ` hideshow ` and ` outline ` folds.
1103
-
1104
- #### ` (+fold/close) `
1105
-
1106
- Close the folded region at point.
1107
- Targets ` vimmish-fold ` , ` hideshow ` and ` outline ` folds.
1108
-
1109
- #### ` (+fold/open-all &optional LEVEL) `
1110
-
1111
- Open folds at LEVEL (or all folds if LEVEL is nil).
1112
-
1113
- #### ` (+fold/close-all &optional LEVEL) `
1114
-
1115
- Close folds at LEVEL (or all folds if LEVEL is nil).
1116
-
1117
- #### ` (+fold/next COUNT) `
1118
-
1119
- Jump to the next vimish fold, outline heading or folded region.
1120
-
1121
- #### ` (+fold/previous COUNT) `
1122
-
1123
- Jump to the previous vimish fold, outline heading or folded region.
1124
-
1125
- #### ` (+fold-hideshow-indent-range &optional POINT) `
1126
-
1127
- Return the point at the begin and end of the text block with the same (or greater) indentation.
1128
- If POINT is supplied and non-nil it will return the
1129
- begin and end of the block surrounding point.
1130
-
1131
1089
#### ` (eglot-ltex-workspace-config-fn &optional SERVER) `
1132
1090
1133
1091
A function to use as a value of ` eglot-workspace-configuration ` .
0 commit comments