From c246c3abb1674e1dfd6190406781a723f25f5cc7 Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Sun, 6 Oct 2024 08:18:25 +0300 Subject: Remove custom review keybindings. --- gnosis.el | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'gnosis.el') diff --git a/gnosis.el b/gnosis.el index 71c232d..2b4ddbc 100644 --- a/gnosis.el +++ b/gnosis.el @@ -115,19 +115,6 @@ When nil, the image will be displayed at its original size." :type 'integer :group 'gnosis) -(defcustom gnosis-review-keybindings - '((?n . "next") - (?o . "override") - (?s . "suspend") - (?e . "edit") - (?q . "quit")) - "List of action bindings for `gnosis-review-actions'. - -Each element should be a list of a single character (the key), -a string describing the action." - :type '(alist :key-type character :value-type string) - :group 'gnosis) - (defvar gnosis-images-dir (expand-file-name "images" gnosis-dir) "Gnosis images directory.") -- cgit v1.2.3