From e07c1534f079259d2c6bca1e8940a9b21c18efcc Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Fri, 26 Sep 2014 00:22:04 -0400 Subject: Add external-map binding for ispell-buffer --- lisp/init-external.el | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lisp/init-external.el') diff --git a/lisp/init-external.el b/lisp/init-external.el index b5f5c4f..0831a48 100644 --- a/lisp/init-external.el +++ b/lisp/init-external.el @@ -46,6 +46,8 @@ is non-nil." (define-key km/external-map "w" 'woman) +(define-key km/external-map "i" 'ispell-buffer) + ;;; Compilation (defadvice compile (around prevent-duplicate-compilation-windows activate) -- cgit v1.2.3