@@ -343,6 +343,14 @@ SYMBOL is non-nil, then `eq` is used instead.
343
343
This method may mutate the original alist, but you still need to use the return
344
344
value of this method instead of the original alist, to ensure correct results.
345
345
346
+ #### ` (+set-standard-value VARIABLE VALUE) `
347
+
348
+ Set the standard value of VARIABLE to VALUE.
349
+
350
+ #### ` (+standard-value VARIABLE) `
351
+
352
+ Return the standard value for VARIABLE.
353
+
346
354
#### ` (+reset-sym SYM) `
347
355
348
356
Reset SYM to its standard value.
@@ -834,6 +842,12 @@ Switch to another project at DIR.
834
842
When DIR is not detected as a project, ask to force it to be by adding a
835
843
".project.el" file. When DONT-ASK is non-nil, create the file without asking.
836
844
845
+ #### ` (+project-forget-zombie-projects) `
846
+
847
+ Forget all known projects that don't exist any more.
848
+ Like ` project-forget-zombie-projects ` , but handles remote projects differently,
849
+ it forget them only when we are sure they don't exist.
850
+
837
851
#### ` (+project-gdb) `
838
852
839
853
Invoke ` gdb ` in the project's root.
@@ -990,6 +1004,14 @@ Set font for SCRIPT-OR-FACE from `minemacs-fonts-plist`.
990
1004
991
1005
Setup fonts.
992
1006
1007
+ #### ` (+spellcheck-correct) `
1008
+
1009
+ Correct word at point.
1010
+
1011
+ #### ` (+spellcheck-mode) `
1012
+
1013
+ Toggle spellchecking.
1014
+
993
1015
#### ` (+cocogitto-bump LEVEL &optional PRE) `
994
1016
995
1017
Bump version LEVEL (` auto ` , ` major ` , ` minor ` or ` patch ` ), and with PRE if it
0 commit comments