Mon, 12 Jun 2017 18:20:30 -0400
Rearrange options
255 | 1 | script_line1 = use strict; use warnings; use v5.14; use experimentals; |
439
f1df55abb64a
support local reply startup
Meredith Howard <mhoward@roomag.org>
parents:
373
diff
changeset
|
2 | script_line2 = require('~/.replyrc.local.pl') if -e '~/.replyrc.local.pl'; (); |
214 | 3 | |
373 | 4 | [Colors] |
214 | 5 | [DataPrinter] |
373 | 6 | [FancyPrompt] |
7 | [Interrupt] | |
8 | ||
214 | 9 | [Hints] |
10 | [Packages] | |
11 | [LexicalPersistence] | |
12 | [ResultCache] | |
13 | [LoadClass] | |
373 | 14 | |
15 | [ReadLine] | |
214 | 16 | [Editor] |
373 | 17 | |
214 | 18 | [Autocomplete::Packages] |
19 | [Autocomplete::Lexicals] | |
20 | [Autocomplete::Functions] | |
21 | [Autocomplete::Globals] | |
22 | [Autocomplete::Methods] | |
23 | [Autocomplete::Commands] | |
24 | [Autocomplete::Keywords] | |
373 | 25 | |
372
ee8085963eb4
Add Pager for latest Reply
Meredith Howard <mhoward@roomag.org>
parents:
255
diff
changeset
|
26 | [Pager] |
ee8085963eb4
Add Pager for latest Reply
Meredith Howard <mhoward@roomag.org>
parents:
255
diff
changeset
|
27 | pager = less -SRX |
214 | 28 | |
29 | [Timer] | |
30 | mintime = 1.0 | |
31 | ||
32 | [CollapseStack] | |
33 | num_lines = 3 |