From 771ae7cdab97dddf9ec2f001c5cdccb64eda017c Mon Sep 17 00:00:00 2001 From: Frantisek Bohacek <rutherther@proton.me> Date: Mon, 2 Oct 2023 21:48:22 +0200 Subject: [PATCH] fix: install ein from melpa --- modules/editors/emacs/doom.d/init.el | 4 ++-- modules/editors/emacs/doom.d/packages.el | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/modules/editors/emacs/doom.d/init.el b/modules/editors/emacs/doom.d/init.el index ac2cfd1..f882f58 100644 --- a/modules/editors/emacs/doom.d/init.el +++ b/modules/editors/emacs/doom.d/init.el @@ -22,7 +22,7 @@ :completion company ; the ultimate code completion backend - helm ; the *other* search engine for love and life + ;;helm ; the *other* search engine for love and life ;;ido ; the other *other* search engine... ivy ; a search engine for love and life ;;vertico ; the search engine of the future @@ -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 diff --git a/modules/editors/emacs/doom.d/packages.el b/modules/editors/emacs/doom.d/packages.el index 2e423c9..8bd2e7c 100644 --- a/modules/editors/emacs/doom.d/packages.el +++ b/modules/editors/emacs/doom.d/packages.el @@ -58,3 +58,6 @@ :files (:defaults "snippets" "ts-mode/*.el"))) (package! fancy-narrow) (package! topsy) + +(package! ein) +(package! ob-ipython) -- 2.48.1