~ruther/nixos-config

771ae7cdab97dddf9ec2f001c5cdccb64eda017c — Frantisek Bohacek 1 year, 6 months ago 91dcc93
fix: install ein from melpa
2 files changed, 5 insertions(+), 2 deletions(-)

M modules/editors/emacs/doom.d/init.el
M modules/editors/emacs/doom.d/packages.el
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)

Do not follow this link