Make ess non-blocking

This commit is contained in:
tecosaur 2020-01-10 02:03:18 +08:00
parent 03f5339087
commit 56591b5eb6
1 changed files with 5 additions and 0 deletions

View File

@ -641,3 +641,8 @@ more languages.
(R . t)
(ledger . t)))
#+END_SRC
*** ESS
We don't want ~R~ evaluation to hang the editor, hence
#+BEGIN_SRC emacs-lisp
(setq ess-eval-visibly 'nowait)
#+END_SRC