From 8f59f517bfafbbe637b6f7dbfdd9917a747c7ac4 Mon Sep 17 00:00:00 2001 From: netpyoung Date: Fri, 29 Dec 2023 08:06:29 +0900 Subject: [PATCH] update: emacs pages --- content/clojure/_index.md | 2 ++ content/commonlisp/_index.md | 2 ++ content/emacs/_index.md | 9 +++++++-- content/racket/_index.md | 2 ++ 4 files changed, 13 insertions(+), 2 deletions(-) diff --git a/content/clojure/_index.md b/content/clojure/_index.md index 4ee115d..e32f24f 100644 --- a/content/clojure/_index.md +++ b/content/clojure/_index.md @@ -45,6 +45,8 @@ IntelliJ에 기반한 `Cursive` 사용을 권장합니다. - [Cursive](https://github.com/clojure-kr/clojure-complete/blob/master/Development-Environments/intellij.adoc) - [Calva](setup_calva) +### [Emacs 설정](https://lispkorea.github.io/emacs-for-lisper/clojure/cider) + ## 코딩사이트 - [exercism: clojure](https://exercism.org/tracks/clojure) diff --git a/content/commonlisp/_index.md b/content/commonlisp/_index.md index fcd9703..90e3500 100644 --- a/content/commonlisp/_index.md +++ b/content/commonlisp/_index.md @@ -27,6 +27,8 @@ IntelliJ에 기반한 `SLT` 사용을 권장합니다. - [SLT](./setup_slt) +### [Emacs 설정](https://lispkorea.github.io/emacs-for-lisper/commonlisp/sly) + ## 코딩사이트 - [exercism: common-lisp](https://exercism.io/tracks/common-lisp) diff --git a/content/emacs/_index.md b/content/emacs/_index.md index 4233a88..87c8e55 100644 --- a/content/emacs/_index.md +++ b/content/emacs/_index.md @@ -6,5 +6,10 @@ title = "Emacs" Lisp를 내장한 텍스트 편집기인 `Emacs`를 배워보는 것은 어떨까요? -- [elisp doc](https://www.gnu.org/software/emacs/manual/elisp.html) -- 여기 [리스퍼를 위한 이맥스](https://lispkorea.github.io/emacs-for-lisper/)가 준비되어 있습니다 \ No newline at end of file +- 여기 [리스퍼를 위한 이맥스](https://lispkorea.github.io/emacs-for-lisper/)가 준비되어 있습니다 + +## ref + +- +- +- \ No newline at end of file diff --git a/content/racket/_index.md b/content/racket/_index.md index f054914..53a5376 100644 --- a/content/racket/_index.md +++ b/content/racket/_index.md @@ -25,6 +25,8 @@ title = "Racket" - [DrRacket](https://download.racket-lang.org/) - [VSCode](setup_vscode) +### [Emacs 설정](https://lispkorea.github.io/emacs-for-lisper/racket/racket-mode) + ## 코딩사이트 - [exercism: racket](https://exercism.org/tracks/racket)