[2/100] macOS에서 발생하는 에러 해결하기

HGW XX/7·2020년 12월 3일
0

emacs

목록 보기
2/9
post-thumbnail

무사히 설치를 마쳤는가? 실행을 하면 아래와 같은 에러가 발생한다.

에러에 대한 해결은 구글링을 통해서 하자.

$ brew install coreutils

.init.el 에 추가

(setq insert-directory-program "/usr/local/bin/gls")

.zshrc 에 추가 (.bashrc에 추가해도 좋지만 bash를 쓰는 사람은 없어야겠다)

alias emacs="/Applications/Emacs.app/Contents/MacOS/Emacs "$@" -nw"
alias vi=emacs # recommended

끝.

0개의 댓글