From 8844346669f488608d605f6e8176bb7a8cf43740 Mon Sep 17 00:00:00 2001 From: James Nguyen Date: Mon, 20 May 2019 17:21:59 -0700 Subject: [PATCH] Format --- evil-collection-term.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/evil-collection-term.el b/evil-collection-term.el index 60173c9..83a30e6 100644 --- a/evil-collection-term.el +++ b/evil-collection-term.el @@ -113,8 +113,8 @@ it is not appropriate in some cases like terminals." (add-hook 'term-mode-hook 'evil-collection-term-escape-stay) - ;; Evil has some "C-" bindings in insert state that shadow regular terminal bindings. - ;; Don't raw-send "C-c" (prefix key) nor "C-h" (help prefix). + ;; Evil has some "C-" bindings in insert state that shadow regular terminal + ;; bindings. Don't raw-send "C-c" (prefix key) nor "C-h" (help prefix). (evil-collection-define-key 'insert 'term-raw-map (kbd "C-a") 'term-send-raw (kbd "C-b") 'term-send-raw ; Should not be necessary.