M modules/editors/emacs/doom.d/init.el => modules/editors/emacs/doom.d/init.el +2 -2
@@ 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
M modules/editors/emacs/doom.d/packages.el => modules/editors/emacs/doom.d/packages.el +3 -0
@@ 58,3 58,6 @@
:files (:defaults "snippets" "ts-mode/*.el")))
(package! fancy-narrow)
(package! topsy)
+
+(package! ein)
+(package! ob-ipython)