; $Id: .emacs.el,v 1.31 2008/10/27 10:23:33 noginogi Exp $ ;;; - 共通 - (setq debug-on-error t) ;(setq inhibit-startup-message t) ;;; シェル (setq explicit-shell-file-name "/opt/local/bin/bash") ;;; 上下でヒストリ補完 (add-hook 'shell-mode-hook (function (lambda () (define-key shell-mode-map [up] 'comint-previous-input) (define-key shell-mode-map [down] 'comint-next-input)))) ;;; 行番号表示モード ;(autoload 'setnu-mode