summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--emenu.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/emenu.el b/emenu.el
index 99adc1c..6293cf0 100644
--- 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)