作業中のメモ
id:mathematicsphysical
Vim と Emacs の設定ファイル
どうも,筆者です. 個人的に使っている Vim と Emacs の設定ファイルを載せておく. Vim " === 基本設定 === " グループの初期化 augroup myvimauto autocmd! augroup END syntax on " 文字コードを UTF-8 に設定 set fenc=utf-8 " 入力中のコマンドをステータスに表示 set showcmd " 保存時に行末のスペースを削除 autoc…