Emacs Theme 설정
깃헙(tomorrow-theme)에서 테마를 받고
.emacs.d 에 넣어주신 후에 여러분의 .emacs 파일에다가 아래와 같은 코드를 추가해주세요.
(add-to-list 'custom-theme-load-path "~/.emacs.d/themes") (add-to-list 'load-path "~/.emacs.d/themes") (require 'tomorrow-night-bright-theme)
Ref 🙂
http://seorenn.blogspot.kr/2012/09/emacs-24-theme.html
Array