We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to run from a devel build?
The text was updated successfully, but these errors were encountered:
Currently install build is recommended, but it is also possible to run from a devel build by adding the following configuration to emacs:
;; ~/.emacs.el (add-to-list 'load-path "/path/to/catkin_ws/src/euslime") (require 'euslime-config) (setq inferior-euslisp-program "roseus") (slime-setup '(slime-fancy slime-banner slime-repl-ansi-color))
Sorry, something went wrong.
No branches or pull requests
How to run from a devel build?
The text was updated successfully, but these errors were encountered: