mirror of
https://github.com/pestctrl/emacs-config.git
synced 2026-06-14 12:21:20 +00:00
Slime
This commit is contained in:
parent
b2dcd1ff13
commit
0f39877162
3 changed files with 8 additions and 0 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
|
@ -79,3 +79,6 @@
|
||||||
[submodule "tree-sitter"]
|
[submodule "tree-sitter"]
|
||||||
path = tree-sitter
|
path = tree-sitter
|
||||||
url = git@github.com:pestctrl/my-emacs-ts.git
|
url = git@github.com:pestctrl/my-emacs-ts.git
|
||||||
|
[submodule "submodule/slime-star"]
|
||||||
|
path = submodule/slime-star
|
||||||
|
url = https://github.com/mmontone/slime-star.git
|
||||||
|
|
|
||||||
|
|
@ -210,6 +210,10 @@
|
||||||
"PYTHONIOENCODING=utf-8"
|
"PYTHONIOENCODING=utf-8"
|
||||||
"PYTHONLEGACYWINDOWSSTDIO=1")))))))
|
"PYTHONLEGACYWINDOWSSTDIO=1")))))))
|
||||||
|
|
||||||
|
(setq inferior-lisp-program "/db/sds/packages2/lem/bin/ros -Q run")
|
||||||
|
(setq slime-contribs '(slime-fancy slime-star))
|
||||||
|
(add-to-list 'load-path "~/.emacs.d/submodule/slime-star")
|
||||||
|
|
||||||
(advice-add #'elpy-rpc--environment
|
(advice-add #'elpy-rpc--environment
|
||||||
:override
|
:override
|
||||||
#'my/elpy-patch)
|
#'my/elpy-patch)
|
||||||
|
|
|
||||||
1
submodule/slime-star
Submodule
1
submodule/slime-star
Submodule
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 6a78d338a5e54089efe10df0a17e9f9c885ece6b
|
||||||
Loading…
Reference in a new issue