diff options
-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 |