Commit graph

5 commits

Author SHA1 Message Date
Henrik Lissner
0b67251159
tools/eval: associate plist with repl handlers
Also consolidates all REPLs (opened through the :tools eval module)
under one popup rule, which inhibits ESC from prematurely closing
them (#1944), and cleans up after their buffers *only* if their handlers
weren't specified to :persist, e.g.

  (set-repl-handler! 'some-mode #'some-repl-handler :persist t)

Also standardized ESS's REPL commands.
2019-10-23 21:41:23 -04:00
Henrik Lissner
0218985b3e
lang/ess: use run-ess-julia for ess-julia-mode REPL 2019-10-20 19:57:27 -04:00
Henrik Lissner
a246a90565
lang/ess: fix repl & doc lookup in ESS R/Julia
Also moves history files into doom-cache-dir
2019-02-15 19:43:13 -05:00
Henrik Lissner
b7cde2e01b
lang/ess: +r/repl => +ess/r-repl 2018-03-22 06:41:13 -04:00
Henrik Lissner
25d8637263
lang/ess: autoloads.el (incorrect) => autoload.el 2018-03-22 06:40:27 -04:00
Renamed from modules/lang/ess/autoloads.el (Browse further)