From e81cc4865d499b622d27ba19938bf1340051559f Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Sun, 2 Sep 2012 11:34:56 +0200 Subject: emacs/init.el --- emacs/init.el | 1 + 1 file changed, 1 insertion(+) (limited to 'emacs') diff --git a/emacs/init.el b/emacs/init.el index 2b65f9a..add92ae 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -730,6 +730,7 @@ for easy selection." (put 'upcase-region 'disabled nil) (put 'downcase-region 'disabled nil) (put 'narrow-to-region 'disabled nil) +(put 'scroll-left 'disabled nil) (setq-default bidi-paragraph-direction 'left-to-right) (setq-default c-basic-offset 4) -- cgit v1.2.3-54-g00ecf