Skip to content

Commit 481c2e3

Browse files
committed
Fix byte compiler warnings in ido
1 parent 2a51169 commit 481c2e3

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

modules/config-ido.el

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
(ido-mode +1)
2-
(eval-when-compile (require 'cl))
2+
(eval-when-compile
3+
(progn
4+
(require 'cl)
5+
(require 'ido)
6+
(require 'imenu)))
37

48
(autoload 'smex "smex" "smex" t)
59
(global-set-key (kbd "M-x") 'smex)

0 commit comments

Comments
 (0)