From ef2d712473482fca36e9ce6ddc88b90a45b4246b Mon Sep 17 00:00:00 2001 From: Brian West Date: Mon, 1 Feb 2010 18:28:08 +0000 Subject: [PATCH] doh goes in bashrc, darn it git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16546 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- support-d/.bashrc | 2 ++ support-d/.emacs | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/support-d/.bashrc b/support-d/.bashrc index 1ffb31635d..21082a4ef7 100644 --- a/support-d/.bashrc +++ b/support-d/.bashrc @@ -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" diff --git a/support-d/.emacs b/support-d/.emacs index 0f1c91f82d..9b7b191e8b 100644 --- a/support-d/.emacs +++ b/support-d/.emacs @@ -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)