doomemacs/modules/tools/eval/autoload
Henrik Lissner 14d341530a tools/eval: always eval elisp in current session
If you used an +eval/* command from a non-emacs-lisp-mode buffer,
quickrun would prompt you for a program to evaluate the code with. If
you selected "emacs" the code would evaluate in an external Emacs
process and return displayed output (stdout).

This commit changes +eval/buffer, +eval/region, and
+eval/region-and-replace (and all the other +eval commands that use
them) to evaluate code in the current session instead.
2021-02-24 18:06:30 -05:00
..
eval.el tools/eval: always eval elisp in current session 2021-02-24 18:06:30 -05:00
evil.el Bytecompiler bytecompiler, won't you shut up 2019-11-23 01:21:25 -05:00
repl.el Fix error when opening REPL from unsupported mode 2020-06-19 14:26:57 +10:00
settings.el tools/eval: make set-eval-handler! accept a list of modes 2019-12-20 02:34:29 -05:00