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)