--- a/.emacs-my Mon Feb 22 00:31:46 2016 +0200
+++ b/.emacs-my Sun Feb 28 11:42:42 2016 +0200
@@ -2745,7 +2745,7 @@
(add-hook 'c-mode-common-hook 'my-c-mode-style-hook)
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-(message "python")
+(message "python, python-mode")
(setq python-indent 4)
@@ -2975,6 +2975,14 @@
cperl-tab-always-indent t)
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
+(message "r, ess-mode")
+
+(setq ess-indent-offset 2)
+
+(my--eval-after-load ess-inf
+ (define-key inferior-ess-mode-map [home] 'comint-bol))
+
+;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(message "SML, Standard ML")
(my--eval-after-load sml