From e7ac0383202863d0ab76c000a101f9808a6eb90e Mon Sep 17 00:00:00 2001 From: Frantisek Bohacek Date: Mon, 2 Oct 2023 19:02:50 +0200 Subject: [PATCH] feat: enable Jupyter notebook in emacs --- modules/editors/emacs/doom.d/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/editors/emacs/doom.d/init.el b/modules/editors/emacs/doom.d/init.el index 10afe6a..136b4e3 100644 --- a/modules/editors/emacs/doom.d/init.el +++ b/modules/editors/emacs/doom.d/init.el @@ -91,7 +91,7 @@ direnv ;;docker ;;editorconfig ; let someone else argue about tabs vs spaces - ;;ein ; tame Jupyter notebooks with emacs + ein ; tame Jupyter notebooks with emacs (eval +overlay) ; run code, run (also, repls) ;;gist ; interacting with github gists lookup ; navigate your code and its documentation -- 2.48.1