On Sat, 09 Jul 2022 10:47:12 +0200 Liliana Marie Prikler <liliana.prik...@gmail.com> wrote: > Am Samstag, dem 09.07.2022 um 01:50 -0500 schrieb jgart: > > #:phases > > #~(modify-phases %standard-phases > > (add-after 'python:install 'python:wrap > > (assoc-ref python:%standard-phases 'wrap))))) > And when exactly do you run python:install?
Hi Liliana, That was a section I copy pasta'ed from Maxim (emacs-jedi). I think I need to re-evaluate what I going to do with this package. Any thoughts? >From the "Without MELPA" section >https://github.com/anachronic/importmagic.el#without-melpa > Download both importmagic.el and importmagicserver.py. Place them on a > load-path of your emacs directory. For instance: ~/.emacs.d/site-lisp Some open questions I currently have about this package: 1. Will the following warning section cause any errors/bugs in Guix shell environments: https://github.com/anachronic/importmagic.el#warning 2. Do I need to patch this path? https://github.com/anachronic/importmagic.el/blob/master/importmagic.el#L106 all best, jgart