November 27, 20205 yr Hi. I've just started with OM2 and I'm finding the emacs/slime setup a touch confusing (there has obviously been lots of work on this part of OM over the years of this forum). Basically, I run my current emacs setup with an exisiting slime setup (I do some dev work using SBCL). Is there a "correct" way of adding or modifying emacs-opusmodus.el to work with an existing setup? Or can I simply copy it, and hack it as needed? TIA and loving OM 🙂 .. m.
November 27, 20205 yr Author Okay, it works easily and well with my setup: simply copy the "emacs-opusmodus.el" into your local quicklisp directory and modify Emacs's init.el to add (load (expand-file-name "$HOME/quicklisp/emacs-opusmodus.el")) (load-opusmodus-slime) (opusmodus-options) This allows me to run up a REPL against SBCL (M-x slime) or against OM (M-x slime-connect)
Create an account or sign in to comment