HV_FONTS_PATH="/usr/share/fonts"
+DEFAULT_EDITOR=nano
+
# It seems that when compiling bash-4.0, using
# "make -j 1" is causing problems...
if [ "x${MAKEJOBS}" = "x1" ]; then
install -v -m644 -d ${LOCAL_SITE_LIST}
install -m644 ${SCRDIR}/resources/emacs/buffer-cycle.el ${LOCAL_SITE_LIST}
+# Set Emacs as default editor
+sed -i -e "s!^\(EDITOR=\).*!\1emacs!" /etc/profile
+
exit $?
# Used for setting '-march=xxx' option in CFLAGS and CPPFLAGS
MACHINE_ARCHITECTURE=""
-DEFAULT_EDITOR="emacs"
-
# Keyboard mapping (example: us)
KEYBOARD="us"
# Used for setting '-march=xxx' option in CFLAGS and CPPFLAGS
MACHINE_ARCHITECTURE="pentium"
-DEFAULT_EDITOR="emacs"
-
# Keyboard mapping (example: us)
KEYBOARD="us"
# Used for setting '-march=xxx' option in CFLAGS and CPPFLAGS
MACHINE_ARCHITECTURE="pentium"
-DEFAULT_EDITOR="emacs"
-
# Keyboard mapping (example: us)
KEYBOARD="us"