This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ;; ESS: Emacs Speaks Statistics | |
| (load "~/elisp/vendor/ess/lisp/ess-site.el") | |
| ;; Use shift-enter to split window & launch R (if not running), execute highlighted | |
| ;; region (if R running & area highlighted), or execute current line | |
| ;; (and move to next line, skipping comments). Nice. | |
| ;; See http://www.emacswiki.org/emacs/EmacsSpeaksStatistics, | |
| ;; FelipeCsaszar. Adapted to spilit vertically instead of | |
| ;; horizontally. |
NewerOlder