aboutsummaryrefslogtreecommitdiffstats
path: root/etc/xed.profile
diff options
context:
space:
mode:
Diffstat (limited to 'etc/xed.profile')
-rw-r--r--etc/xed.profile12
1 files changed, 5 insertions, 7 deletions
diff --git a/etc/xed.profile b/etc/xed.profile
index cce0432a4..a02f1ef51 100644
--- a/etc/xed.profile
+++ b/etc/xed.profile
@@ -6,15 +6,14 @@ include xed.local
6include globals.local 6include globals.local
7 7
8noblacklist ${HOME}/.config/xed 8noblacklist ${HOME}/.config/xed
9noblacklist ${HOME}/.python-history
10noblacklist ${HOME}/.python_history
11noblacklist ${HOME}/.pythonhist
9noblacklist ${HOME}/.pythonrc.py 12noblacklist ${HOME}/.pythonrc.py
10 13
11# Allow python (blacklisted by disable-interpreters.inc) 14# Allow python (blacklisted by disable-interpreters.inc)
12noblacklist ${PATH}/python2* 15include allow-python2.inc
13noblacklist ${PATH}/python3* 16include allow-python3.inc
14noblacklist /usr/lib/python2*
15noblacklist /usr/lib/python3*
16noblacklist /usr/local/lib/python2*
17noblacklist /usr/local/lib/python3*
18 17
19include disable-common.inc 18include disable-common.inc
20include disable-devel.inc 19include disable-devel.inc
@@ -46,7 +45,6 @@ tracelog
46 45
47private-bin xed 46private-bin xed
48private-dev 47private-dev
49# private-etc alternatives,fonts
50private-tmp 48private-tmp
51 49
52# xed uses python plugins, memory-deny-write-execute breaks python 50# xed uses python plugins, memory-deny-write-execute breaks python