From 0e38da68dc0a99d8716c2100ae3f3f9cfce43fc8 Mon Sep 17 00:00:00 2001 From: Raphael Roberts Date: Tue, 11 Jun 2019 15:58:09 -0500 Subject: [PATCH] Added keyboard binding for ispell-buffer --- init.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/init.el b/init.el index 17e674d..eb9d01d 100644 --- a/init.el +++ b/init.el @@ -42,6 +42,8 @@ (add-to-list 'tramp-remote-path 'tramp-own-remote-path) (add-to-list 'tramp-remote-path "/system/xbin") (add-to-list 'tramp-remote-path "/data/data/com.termux/file/usr/bin") +;; Ispell +(global-set-key (kbd "C-!") 'ispell-buffer) ;; JavaScript (require 'js2-mode)