spacemacs

2022/01/05

여러 패키지가 합쳐진 이맥스 배포판? evil이라고 편집 시 vi키를 사용한다. 그래서 편하다. 이것저것 패키지도 설치되어 나온다. 그래서 느린 점도 있다. 하지만 일단 편하니까 이걸로 선택해서 해보기로.

Layout

spacemacs-layouts layer

File

Projectile

GitHub - bbatsov/projectile: Project Interaction Library for Emacs

Tab

org

옵션

폰트 사이즈 수정

(defun dotspacemacs/init ()
(setq-default
 dotspacemacs-startup-lists '(recents bookmarks projects)
 dotspacemacs-default-font '("SourceCode Pro"
                             :size 18
                             :weight normal
                             :width normal
                             :powerline-offset 2))

이 문서와 연결된