2008-11-03から1日間の記事一覧

perltidy and Emacs

perltidy をもっと便利に使おう。主に Emacs から。 まずは O'Reilly の "PERL HACKS" HACK #6 から cperl-mode の設定。 (load-library "cperl-mode") (add-to-list 'auto-mode-alist '("\\.[Pp][LlMm][Cc]?$" . cperl-mode)) (while (let ((orig (rassoc '…