emacs

Emacsの環境を整理してみた。 その2

この前のものから微妙にメンテ。 ;; load-pathを追加する関数を定義 (defun add-to-load-path (&rest paths) (let (path) (dolist (path paths paths) (let ((default-directory (expand-file-name (concat user-emacs-directory path)))) (add-to-list 'loa…

Emacsの環境を整理してみた

MacBookAirを買ってEmacsの設定を考えていたんだけど、.emacsを整理する意味でもう一度ゼロから設定し始めた。もう、.emacsじゃなくて、~/.emacs.d/init.elをメンテすべきなんだね。元ネタはWeb DB Press Vol.58の特集から。auto-install.elを入れて色の設定…