emacsの設定メモ
;;Line Mode
(global-linum-mode) ;; make line num mode enable
(setq linum-format “%5d|") ;; set the line mode format.
Coding Changes the World
;;Line Mode
(global-linum-mode) ;; make line num mode enable
(setq linum-format “%5d|") ;; set the line mode format.