emenu

Emacs version of dmenu
Log | Files | Refs | LICENSE

commit 85f3b7f5f64f409929c572f20a3d7c8fb5176238
parent 88e2e1b545646cff1db0f64884b970ccd128a9a3
Author: Erik Oosting <crazazy@tilde.cafe>
Date:   Tue, 22 Feb 2022 12:38:24 +0100

switch to description instead of commentary

Diffstat:
Memenu.el | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/emenu.el b/emenu.el @@ -11,7 +11,7 @@ ;; You can do with this stuff whatever you want to, but just remember ;; to put me in the footnote :D. Would be nice at least -;;; Commentary: +;;; Description: ;; This is basically what dmenu does, but then in emacs. There is a function 'all-commands' ;; that gets you all the commands that are on your system. If you instead want to use emenu ;; on a different list of strings, you can just pass that list to emenu itself and it will