diff options
author | shoshin <shoshin@cicadas.surf> | 2022-07-01 21:47:22 -0500 |
---|---|---|
committer | shoshin <shoshin@cicadas.surf> | 2022-07-01 21:47:22 -0500 |
commit | a248d933da9b13777de95dfa5fa74783e7f6dd60 (patch) | |
tree | 63abfa98281c630fe89182caf5d1736727762659 /shoshin-config.org | |
parent | 3b0d63046033b9f92f0468be3a87890a8291630c (diff) |
Add: [common-lisp] sly
Diffstat (limited to 'shoshin-config.org')
-rw-r--r-- | shoshin-config.org | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/shoshin-config.org b/shoshin-config.org index 83695cb..3b16110 100644 --- a/shoshin-config.org +++ b/shoshin-config.org @@ -390,6 +390,11 @@ from them in various Emacs menus. [[*\[\[info:consult#Top\]\[consult\]\] - Consu :header-args:emacs-lisp: :noweb-ref programming :noweb-sep "\n\n" :results silent :END: ** Languages +*** Common Lisp +#+begin_src emacs-lisp + (package-install 'sly) +#+end_src + *** Javascript #+begin_src emacs-lisp |