Hide dead code from export
This commit is contained in:
parent
f77cd9cafc
commit
495bebc095
@ -912,7 +912,7 @@ or {{{kbd(C-h v)}}}.
|
||||
| info | help-map | {{{kbd(C-h i)}}} |
|
||||
|------------------------------+----------+------------------|
|
||||
|
||||
#+begin_src emacs-lisp -n :results silent :tangle no
|
||||
#+begin_src emacs-lisp -n :exports none :results silent :tangle no
|
||||
(defun org-key-binding-macro (cmd)
|
||||
(let* ((sym (intern-soft cmd))
|
||||
(keys (and (commandp sym) (where-is-internal sym nil 'first-only)))
|
||||
|
Loading…
Reference in New Issue
Block a user