]> git.donarmstrong.com Git - emacs.git/commitdiff
use iedit
authorDon Armstrong <don@donarmstrong.com>
Fri, 4 Jan 2013 00:45:41 +0000 (16:45 -0800)
committerDon Armstrong <don@donarmstrong.com>
Fri, 4 Jan 2013 00:45:41 +0000 (16:45 -0800)
.emacs

diff --git a/.emacs b/.emacs
index a847ed2663e4442001dec2d6f51c63828a3e2284..ec591d524cfe968dfcc97cc6133907f6bfe9b305 100644 (file)
--- a/.emacs
+++ b/.emacs
 ; 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)