작업환경 & 주변기기

[편집기/IDE] Doom Emacs 쓰기

MOONCO 2023. 3. 25. 03:24

doom emacs 사용한 화면

 

Doom Emacs 

문서 편집기에 거의 모든기능을 쳐 때려박아 넣은 프로그램

기본적으로 VIM 단축키를 사용

 

설치하기

 

MacOS

 

의존성 라이브러리

# required dependencies
brew install git ripgrep
# optional dependencies
brew install coreutils fd
# Installs clang
xcode-select --install

이맥스 플러스

brew tap d12frosted/emacs-plus
brew install emacs-plus
ln -s /usr/local/opt/emacs-plus/Emacs.app /Applications/Emacs.app

git clone --depth 1 https://github.com/doomemacs/doomemacs ~/.config/emacs
~/.config/emacs/bin/doom install

 

 

단축키

 

반응형