summaryrefslogtreecommitdiff
path: root/lisp/init-ess.el
AgeCommit message (Collapse)Author
2016-01-12Rewrite configuration with use-packageKyle Meyer
2016-01-06Add file headersKyle Meyer
2015-09-16Remove custom ESS indentation styleKyle Meyer
I think I was using a custom one mainly to get ggplot indentation how I wanted, but with recent ESS versions, my style now seems broken (continued ggplot lines aren't indented) and the default style seems to support continued ggplot statements better (e.g., the variable ess-offset-continued), so switch back to the default style for a while and see how it goes.
2015-05-24Add command ess-eval-buffer-up-to-lineKyle Meyer
2015-04-06Add abbrevs for TRUE and FALSE in RKyle Meyer
2015-04-06Add smart key for dplyr pipeKyle Meyer
2015-04-06Don't use ido with essKyle Meyer
2015-02-02Change default ESS styleKyle Meyer
Keep all continued statements and expression at the original level.
2015-01-27Improve organization and consistency of filesKyle Meyer
- Add pages and more headings for large files. - Try to use consistent order for file (or page) structure. * Loading * Settings * Hooks * Any mode activation or function calls * My functions * Key bindings
2014-11-30Use Cask and Pallet to manage packagesKyle Meyer
2014-07-31Change ess-smart-S-assign-keyKyle Meyer
2014-04-03Autoload ESS for R filesKyle Meyer