summaryrefslogtreecommitdiff
path: root/lisp/init-external.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2014-09-26 00:22:04 -0400
committerKyle Meyer <kyle@kyleam.com>2014-09-26 00:22:04 -0400
commite07c1534f079259d2c6bca1e8940a9b21c18efcc (patch)
treef55c243359df5042382315f4270d6f59f35ae606 /lisp/init-external.el
parent2381edc9e55715d9aeca0c5647bea7200ac206da (diff)
downloademacs.d-e07c1534f079259d2c6bca1e8940a9b21c18efcc.tar.gz
Add external-map binding for ispell-buffer
Diffstat (limited to 'lisp/init-external.el')
-rw-r--r--lisp/init-external.el2
1 files changed, 2 insertions, 0 deletions
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)