Final update

This commit is contained in:
Henrik Lissner
2015-06-04 18:23:21 -04:00
parent d1aaf44255
commit c49a53f9d3
74 changed files with 4405 additions and 2866 deletions

10
init/init-r.el Normal file
View File

@@ -0,0 +1,10 @@
(use-package ess-site
:config
(progn
(setq ess-indent-level 4)
(setq ess-arg-function-offset 4)
(setq ess-else-offset 4)
))
(provide 'init-r)
;;; init-r.el ends here