Skip to content

Commit

Permalink
slime-media addon and enabled communication from cl to emacs to be ab…
Browse files Browse the repository at this point in the history
…le to render images
  • Loading branch information
can3p committed Oct 20, 2017
1 parent 40d77be commit a49fbd5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions settings.org
Original file line number Diff line number Diff line change
Expand Up @@ -297,9 +297,11 @@
:config
(load (expand-file-name "~/.roswell/lisp/quicklisp/slime-helper.el"))
(setq inferior-lisp-program "ros -L sbcl -Q run")
(setq slime-enable-evaluate-in-emacs t) ; needed to display images
;;(setq inferior-lisp-program "ros -L ecl -Q run")
(setq slime-contribs '(slime-fancy
slime-indentation
slime-media
slime-sbcl-exts
slime-scratch)))
#+END_SRC
Expand Down

0 comments on commit a49fbd5

Please sign in to comment.