diff options
author | Thanos Apollo <[email protected]> | 2024-10-06 08:18:25 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-10-06 08:18:25 +0300 |
commit | c246c3abb1674e1dfd6190406781a723f25f5cc7 (patch) | |
tree | b87dbdda088d4abf09b0ebb5948140d8dfe426e1 /gnosis.el | |
parent | e40c28790923f6ce9854fd5e1019b566ff547490 (diff) |
Remove custom review keybindings.
Diffstat (limited to 'gnosis.el')
-rw-r--r-- | gnosis.el | 13 |
1 files changed, 0 insertions, 13 deletions
@@ -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.") |