diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/init-external.el | 2 |
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) |