less than 1 minute read

딱히 기본 모드 라인(mode line)에 불만을 가진 건 아니었다. 어쩌다 보니 변경하게 됐는데, 더 깔끔해진 것 같다.

;;; smart-mode-line
(setq sml/no-confirm-load-theme t)
(setq sml/show-eol t) ;; show end-of-line. ex) CRLF(dos)
(setq sml/theme 'respectful)
(sml/setup)
(add-to-list 'sml/replacer-regexp-list '("^c:/work/" ":Dev:") t)

자주 쓰는 디렉토리를 문자로 치환해주는 기능이 마음에 든다. 눈에 잘 들어온다. c:/work/temp.txt를 :Dev:temp.txt로 치환해서 보여준다.

link - Bruce-Connor/smart-mode-line/ - github.com

C-x C-s C-x C-c