summaryrefslogtreecommitdiff
path: root/modules/system-utils.el
diff options
context:
space:
mode:
Diffstat (limited to 'modules/system-utils.el')
-rw-r--r--modules/system-utils.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/system-utils.el b/modules/system-utils.el
index 2ee7200c..f5af18de 100644
--- a/modules/system-utils.el
+++ b/modules/system-utils.el
@@ -207,6 +207,8 @@ Logs output and exit code to buffer *external-open.log*."
(use-package quick-sdcv
:bind
("C-h d" . quick-sdcv-search-input)
+ :bind (:map quick-sdcv-mode-map
+ ("q" . quit-window))
:custom
(quick-sdcv-dictionary-prefix-symbol "►")
(quick-sdcv-ellipsis " ▼"))