@@ -44,22 +44,6 @@ Level of printed messages.
44
44
2 - ` +info! `
45
45
3 - ` +log! `
46
46
47
- #### ` minemacs-leader-key `
48
-
49
- MinEmacs leader key.
50
-
51
- #### ` minemacs-localleader-key `
52
-
53
- MinEmacs local leader (a.k.a. mode specific) key sequence.
54
-
55
- #### ` minemacs-global-leader-prefix `
56
-
57
- MinEmacs general leader key.
58
-
59
- #### ` minemacs-global-mode-prefix `
60
-
61
- MinEmacs general local leader (a.k.a. mode specific) key sequence.
62
-
63
47
#### ` minemacs-theme `
64
48
65
49
The theme of MinEmacs.
@@ -328,13 +312,9 @@ Set the standard value of VARIABLE to VALUE.
328
312
329
313
Return the standard value for VARIABLE.
330
314
331
- #### ` (+reset-sym SYM) `
332
-
333
- Reset SYM to its standard value.
315
+ #### ` (+reset-standard-value VARIABLE) `
334
316
335
- #### ` (+reset-var! VAR) ` (macro)
336
-
337
- Reset VAR to its standard value.
317
+ Reset VARIABLE to its standard value.
338
318
339
319
#### ` (+unquote EXPR) `
340
320
@@ -440,9 +420,11 @@ Queue FNS to be byte/natively-compiled after a brief delay.
440
420
#### ` (+shell-command-to-string-ignore-stderr COMMAND) `
441
421
442
422
Execute shell command COMMAND and return its output as a string.
443
- Works like ` shell-command-to-string ` with two differences:
423
+ Works like ` shell-command-to-string ` with three differences:
444
424
1 . It uses ` +shell-command-switch ` instead of ` shell-command-switch ` .
445
425
2 . It returns only stdout and ignore the output of stderr.
426
+ 3 . It sets TERM to "smart" instead of "dumb", to be able to escape from
427
+ Emacs-specific early exit in ".bashrc".
446
428
447
429
#### ` (+env-save) `
448
430
@@ -461,6 +443,10 @@ Add ROOTS to ignored projects, recentf, etc.
461
443
Is package PACKAGE disabled in ` minemacs-disabled-packages ` .
462
444
Optionally, check also for the containing MODULE.
463
445
446
+ #### ` (minemacs-modules &optional INCLUDE-OBSOLETE) `
447
+
448
+ List all the available modules, with optional INCLUDE-OBSOLETE.
449
+
464
450
#### ` (+file-read-to-string FILENAME) `
465
451
466
452
Return a string with the contents of FILENAME.
0 commit comments