summaryrefslogtreecommitdiff
path: root/config/chroot_local-hooks
diff options
context:
space:
mode:
authorHolger Paradies <retabell@gmx.de>2013-01-29 07:07:03 +0100
committerAndreas Loibl <andreas@andreas-loibl.de>2013-02-07 09:27:03 +0100
commit1541e48478e39c829d2b513fb903379ba28e119d (patch)
tree7524b443eb26209f8a05ee3ef0a62ef5f2961fa8 /config/chroot_local-hooks
parentf3a57b0e63bd5e0914eaee4372cee722f2b6ae59 (diff)
downloadkanotix-1541e48478e39c829d2b513fb903379ba28e119d.zip
kanotix-1541e48478e39c829d2b513fb903379ba28e119d.tar.gz
add mcedit as default editor
Diffstat (limited to 'config/chroot_local-hooks')
-rwxr-xr-xconfig/chroot_local-hooks/08-appdefaults2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/chroot_local-hooks/08-appdefaults b/config/chroot_local-hooks/08-appdefaults
index 268e6bd..0acfef3 100755
--- a/config/chroot_local-hooks/08-appdefaults
+++ b/config/chroot_local-hooks/08-appdefaults
@@ -7,4 +7,4 @@ update-alternatives --set x-www-browser /usr/bin/iceweasel || true
update-alternatives --set x-session-manager /usr/bin/startlxde || true
update-alternatives --set x-session-manager /usr/bin/startkde || true
update-alternatives --set editor /usr/bin/vim.basic || true
-
+update-alternatives --set editor /usr/bin/mcedit || true