]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
doh goes in bashrc, darn it
authorBrian West <brian@freeswitch.org>
Mon, 1 Feb 2010 18:28:08 +0000 (18:28 +0000)
committerBrian West <brian@freeswitch.org>
Mon, 1 Feb 2010 18:28:08 +0000 (18:28 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16546 d0543943-73ff-0310-b7d9-9358b9ac24b2

support-d/.bashrc
support-d/.emacs

index 1ffb31635dcee22f4095c91ec587befafb33c443..21082a4ef7b620a0e79b5099c21fc6bae4b31a3e 100644 (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"
index 0f1c91f82d98d3036881a855d21fa812733399de..9b7b191e8b98c61ff9bbaed16cfbc39a5716a3d5 100644 (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)