doh goes in bashrc, darn it

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16546 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Brian West 2010-02-01 18:28:08 +00:00
parent 12aa8e30ce
commit ef2d712473
2 changed files with 2 additions and 2 deletions

View File

@ -12,6 +12,8 @@ if [ ! -f ~/.inputrc ]; then
export INPUTRC="/etc/inputrc"
fi
set -o emacs
export LESSCHARSET="latin1"
export LESS="-R"
export CHARSET="ISO-8859-1"

View File

@ -3,8 +3,6 @@
;;; You can either fine-tune the bells and whistles of this mode or
;;; bulk enable them by putting
set -o emacs
;(setq cperl-hairy t)
(global-unset-key "\C-h")
(global-set-key "\C-h" 'delete-backward-char)