From 079f2d65617cf2906c34a7c1fcf7bea7c1952057 Mon Sep 17 00:00:00 2001 From: AChavali Date: Sun, 5 Jan 2020 22:48:51 +0000 Subject: +overlay to eval Quickly evaluating stuff should not pop up a minibuffer --- doom.d/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doom.d/init.el') diff --git a/doom.d/init.el b/doom.d/init.el index 7857092..e402b4d 100644 --- a/doom.d/init.el +++ b/doom.d/init.el @@ -77,7 +77,7 @@ ;;docker editorconfig ; let someone else argue about tabs vs spaces ;;ein ; tame Jupyter notebooks with emacs - eval ; run code, run (also, repls) + (eval +overlay) ; run code, run (also, repls) flycheck ; tasing you for every semicolon you forget flyspell ; tasing you for misspelling mispelling ;;gist ; interacting with github gists -- cgit v1.2.3-13-gbd6f