;;; デフォルトでは何もしない ;;; buryを指定すればバッファリストの最後尾に回される (setq unkillable-scratch-behavior 'do-nothing) ;;; 保護対象のバッファの正規表現リスト (setq unkillable-buffers '("^\\*scratch\\*$")) (unkillable-scratch 1)