commit a29cd37c1069cafaeb7ffd4dad98d13ff7d6603f parent f0ff98809b155c19ee9e3ba67f10a7f366315be0 Author: Crazazy <crazazy@tilde.cafe> Date: Fri, 1 Dec 2023 18:11:38 +0100 add require-statements Diffstat:
M | emenu.el | | | 3 | +++ |
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/emenu.el b/emenu.el @@ -1,3 +1,6 @@ +(require 'cl-seq) +(require 'ido) + (defun all-commands () "does a completing read of all the programs accessible to you in $PATH" (let ((ls-output (mapcan (lambda (path)