diff options
author | Holger Paradies <retabell@gmx.de> | 2013-01-29 07:07:03 +0100 |
---|---|---|
committer | Andreas Loibl <andreas@andreas-loibl.de> | 2013-02-07 09:27:03 +0100 |
commit | 1541e48478e39c829d2b513fb903379ba28e119d (patch) | |
tree | 7524b443eb26209f8a05ee3ef0a62ef5f2961fa8 /config/chroot_local-hooks | |
parent | f3a57b0e63bd5e0914eaee4372cee722f2b6ae59 (diff) | |
download | kanotix-1541e48478e39c829d2b513fb903379ba28e119d.zip kanotix-1541e48478e39c829d2b513fb903379ba28e119d.tar.gz |
add mcedit as default editor
Diffstat (limited to 'config/chroot_local-hooks')
-rwxr-xr-x | config/chroot_local-hooks/08-appdefaults | 2 |
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 |