LoginSignup
4
4

More than 5 years have passed since last update.

複数ファイルの置換: grep-edit.el

Posted at

複数ファイルの置換ができるようにgrep-edit.elをいれます。

M-x install-elisp-from-emacswiki grep-edit.el

設定ファイルに下記を追加します。

~.emacs.d/init.el
;;; grep-edit.el
(require 'grep-edit)

M-x grepでテキストを検索します。検索結果の*grep*バッファを編集します。C-c C-eをすると、編集を該当ファイルに反映します。この状態ではまだ変更が保存されていないので、C-x sをすると変更されたファイルが保存されます。

4
4
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
4
4