diff options
author | AChavali <aryadevchavali1@gmail.com> | 2020-01-05 22:48:51 +0000 |
---|---|---|
committer | AChavali <aryadevchavali1@gmail.com> | 2020-01-05 22:48:51 +0000 |
commit | 079f2d65617cf2906c34a7c1fcf7bea7c1952057 (patch) | |
tree | 03819550e2256fb2f50ccfafdf21db79d53cbc25 /doom.d/init.el | |
parent | 0b8f3e4f65e944dd37bcc79d1855a023753e58ea (diff) | |
download | dotfiles-079f2d65617cf2906c34a7c1fcf7bea7c1952057.tar.gz dotfiles-079f2d65617cf2906c34a7c1fcf7bea7c1952057.tar.bz2 dotfiles-079f2d65617cf2906c34a7c1fcf7bea7c1952057.zip |
+overlay to eval
Quickly evaluating stuff should not pop up a minibuffer
Diffstat (limited to 'doom.d/init.el')
-rw-r--r-- | doom.d/init.el | 2 |
1 files changed, 1 insertions, 1 deletions
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 |