branch: externals/frog-menu
commit 9b2fd001e09dd60702527a8cfdc8d96c0dc7ff4d
Author: Clemens Radermacher <clem...@posteo.net>
Commit: Clemens Radermacher <clem...@posteo.net>

    Require tmm for example
---
 README.org | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/README.org b/README.org
index ecbfec3..ee265dc 100644
--- a/README.org
+++ b/README.org
@@ -77,6 +77,8 @@ Afterwards calling =M-x flyspell-correct-wrapper= will prompt 
you with a
 And here is yet another example I use to navigate the menubar:
 
 #+begin_src elisp
+(require 'tmm)
+
 (defun tmm-init-km-list+ (menu)
   (setq tmm-km-list nil)
   (map-keymap (lambda (k v) (tmm-get-keymap (cons k v))) menu)

Reply via email to