From: Don Armstrong Date: Fri, 4 Jan 2013 00:45:41 +0000 (-0800) Subject: use iedit X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=2076c9da8c76fe054a4532e83960afbbc8d8c33d;p=emacs.git use iedit --- diff --git a/.emacs b/.emacs index a847ed2..ec591d5 100644 --- a/.emacs +++ b/.emacs @@ -344,3 +344,7 @@ ; debian stuff (setq-default debian-changelog-mailing-address "don@debian.org") (setq-default debian-changelog-full-name "Don Armstrong") + +; use iedit +(require 'iedit) +(define-key global-map (kbd "C-;") 'iedit-mode)