2004-07-02

_ [memo] emacs の TAB幅


~/.emacs
;; set tab-width -> 2
(setq default-tab-width 2)

[]