Skip to content

Commit

Permalink
update: emacs pages
Browse files Browse the repository at this point in the history
  • Loading branch information
netpyoung committed Dec 28, 2023
1 parent a9b0841 commit 8f59f51
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 2 deletions.
2 changes: 2 additions & 0 deletions content/clojure/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ IntelliJ에 기반한 `Cursive` 사용을 권장합니다.
- [Cursive](https://github.com/clojure-kr/clojure-complete/blob/master/Development-Environments/intellij.adoc)
- [Calva](setup_calva)

### <span class="icon has-text-primary"><img src="/res/icon/EmacsIcon.svg" /></span>[Emacs 설정](https://lispkorea.github.io/emacs-for-lisper/clojure/cider)

## 코딩사이트

- [exercism: clojure](https://exercism.org/tracks/clojure)
Expand Down
2 changes: 2 additions & 0 deletions content/commonlisp/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ IntelliJ에 기반한 `SLT` 사용을 권장합니다.

- [SLT](./setup_slt)

### <span class="icon has-text-primary"><img src="/res/icon/EmacsIcon.svg" /></span>[Emacs 설정](https://lispkorea.github.io/emacs-for-lisper/commonlisp/sly)

## 코딩사이트

- [exercism: common-lisp](https://exercism.io/tracks/common-lisp)
Expand Down
9 changes: 7 additions & 2 deletions content/emacs/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)가 준비되어 있습니다
- 여기 [리스퍼를 위한 이맥스](https://lispkorea.github.io/emacs-for-lisper/)가 준비되어 있습니다

## ref

- <https://emacsdocs.org/>
- <https://www.gnu.org/software/emacs/manual/>
- <https://www.emacswiki.org/>
2 changes: 2 additions & 0 deletions content/racket/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ title = "Racket"
- [DrRacket](https://download.racket-lang.org/)
- [VSCode](setup_vscode)

### <span class="icon has-text-primary"><img src="/res/icon/EmacsIcon.svg" /></span>[Emacs 설정](https://lispkorea.github.io/emacs-for-lisper/racket/racket-mode)

## 코딩사이트

- [exercism: racket](https://exercism.org/tracks/racket)
Expand Down

0 comments on commit 8f59f51

Please sign in to comment.