til
  • Introduction
  • Clojure
    • usage
    • lein
    • luminus
    • web
    • 4clojure
    • testing
  • Emacs-spacemacs
  • DB
    • mongodb
    • mysql
  • TDD study
    • 25장-테스트 주도 개발 패턴
    • 26-빨간막대패턴
    • 27-테스팅패턴
    • 28-초록막대패턴
    • 29-xUnit패턴
  • Util
  • Raft
    • 발표내용
    • 논문번역
  • Node.js
  • Security
    • 인코딩/디코딩
    • 암복호화 알고리즘
    • 공개키 알고리즘
  • 임시저장페이지
Powered by GitBook
On this page
  • 설치
  • emacs 설치
  • SPC키는 M-m으로 대체
  • clojure (mode)
  • buffer list 볼 때

Emacs-spacemacs

PrevioustestingNextDB

Last updated 6 years ago

  • dotfiles :

  • spacemacs 동영상 많은 곳 (설명이 친절한 편)

  • clojure+spacemacs 설명이 잘된 곳:

설치

emacs 설치

  • 참고: 에서 잘 가이드 하고 있다

맥 기본 emacs는 버젼이 낮으니까

brew install emacs

그리고 나서

$ brew tap d12frosted/emacs-plus
$ brew install emacs-plus
# $ brew linkapps emacs-plus => (linkapp 명령어는 더이상 먹히지 않아서 다음과 같이 수정)
$ ln -s /usr/local/Cellar/emacs-plus/26.1/Emacs.app /Applications

잘되면 spacemacs를 설치한다

git clone https://github.com/syl20bnr/spacemacs ~/.emacs.d

SPC키는 M-m으로 대체

설명들에서 SPC키로 하는 커맨드들은 M-m으로 대체할 수 있다.

clojure (mode)

dotspacemacs-configuration-layers에 clojure를 추가하면, 별도로 cider를 설치하지 않아도 cider를 쓸 수 있다.

buffer list 볼 때

C-x b buffer <RET>
Select or create a buffer named buffer (switch-to-buffer).
  • cider error의 결과가 하단에 뜨는 데 짤려서 안보일 때, messages 버퍼를 확인해볼것!

https://github.com/dalzony/dotfiles/blob/master/spacemacs
https://www.youtube.com/user/Seorenn
https://practicalli.github.io/spacemacs/
https://github.com/syl20bnr/spacemacs#macos