summary refs log tree commit diff stats
path: root/examples/plugin_skip_default_rc.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/plugin_skip_default_rc.py')
-rw-r--r--examples/plugin_skip_default_rc.py9
1 files changed, 0 insertions, 9 deletions
diff --git a/examples/plugin_skip_default_rc.py b/examples/plugin_skip_default_rc.py
deleted file mode 100644
index 6a657a99..00000000
--- a/examples/plugin_skip_default_rc.py
+++ /dev/null
@@ -1,9 +0,0 @@
-# This plugin inhibits the loading of the default rc.conf.  This serves to
-# speed up starting time by avoiding to load rc.conf twice if you have a full
-# copy of it in ~/.config/ranger.
-#
-# Don't use this if you have a supplementary rc.conf or no rc.conf at all, or
-# you will end up without key bindings and options.
-
-import ranger.core.main
-ranger.core.main.load_default_config = False
ew DeVault <sir@cmpwn.com> 2019-01-13 12:39:06 -0500 committer Drew DeVault <sir@cmpwn.com> 2019-01-13 12:39:06 -0500 Add basic account widget, populate real acct views' href='/akspecs/aerc/commit/aerc.go?h=0.1.1&id=648ca983f6b2ef29378c32d1ebb6d67798f4af6d'>648ca98 ^
a21afda ^




1767e4f ^
a21afda ^

a0be5e8 ^

39c93d2 ^

60b351b ^
f406bf5 ^



b60999c ^
f406bf5 ^





b60999c ^

f406bf5 ^
77a0f68 ^


1418e1b ^
60b351b ^
1418e1b ^

661e3ec ^

305446a ^
6394e38 ^
aeb7005
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61