From ae5c92ea0c6e1b331252ce640d25b57946a44f75 Mon Sep 17 00:00:00 2001 From: rubikitch Date: Fri, 5 Feb 2010 06:18:27 +0900 Subject: [PATCH] `anything-top': anything-enable-shortcuts = nil --- anything-config.el | 1 + 1 file changed, 1 insertion(+) diff --git a/anything-config.el b/anything-config.el index cd7c982..d065837 100644 --- a/anything-config.el +++ b/anything-config.el @@ -3747,6 +3747,7 @@ See also `anything-create--actions'." "Preconfigured `anything' for top command." (interactive) (let ((anything-samewindow t) + (anything-enable-shortcuts) (anything-display-function 'anything-default-display-buffer) (anything-map (copy-keymap anything-map)) (anything-candidate-number-limit 9999)) -- 2.11.4.GIT