From 8f8232c81a1cd6caa8d3a66a0fda4dc84f1ec3d3 Mon Sep 17 00:00:00 2001 From: Vladimir Panteleev Date: Thu, 9 Nov 2017 23:21:34 +0000 Subject: [PATCH] Whitespace --- term-keys.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/term-keys.el b/term-keys.el index f87e7a5..2614892 100644 --- a/term-keys.el +++ b/term-keys.el @@ -32,8 +32,10 @@ ;;; Code: + (require 'cl-lib) + (defgroup term-keys nil "The `term-keys' customization group. @@ -44,6 +46,7 @@ For more information, please see the accompanying README.md file." :group 'convenience) + (defcustom term-keys/mapping '(["" "Escape" 1 "Esc" ] ["" "F1" 59 "F1" ] @@ -257,6 +260,7 @@ instead." (string-equal key "Menu") )))) + (defcustom term-keys/want-key-p-func 'term-keys/want-key-p-def "Function for deciding whether to encode a key combination.