emacs/init.el

This commit is contained in:
Tom Willemsen 2012-09-02 11:34:56 +02:00
parent b54569974f
commit e81cc4865d

View file

@ -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)