summaryrefslogtreecommitdiffstats
path: root/emacs
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2012-09-02 11:34:56 +0200
committerGravatar Tom Willemsen2012-09-02 11:34:56 +0200
commite81cc4865d499b622d27ba19938bf1340051559f (patch)
tree979a5f01b7d5e9e0021d4f23c747de5b14d14933 /emacs
parentb54569974f5a0d32bb76676bc5e328b37afb5df1 (diff)
downloaddotfiles-e81cc4865d499b622d27ba19938bf1340051559f.tar.gz
dotfiles-e81cc4865d499b622d27ba19938bf1340051559f.zip
emacs/init.el
Diffstat (limited to 'emacs')
-rw-r--r--emacs/init.el1
1 files changed, 1 insertions, 0 deletions
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)