Jump to content

OM2 and Emacs


Recommended Posts

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.

Link to comment
Share on other sites

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)

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

Terms of Use Privacy Policy