Skip to content

Commit

Permalink
README formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
minad committed Feb 4, 2023
1 parent 5e6554a commit bf60405
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.org
Original file line number Diff line number Diff line change
Expand Up @@ -580,10 +580,11 @@ The command ~ffap-menu~ shows the =*Completions*= buffer by default like
disabled as follows.

#+begin_src emacs-lisp
(advice-add #'ffap-menu-ask :around (lambda (&rest args)
(cl-letf (((symbol-function #'minibuffer-completion-help)
#'ignore))
(apply args))))
(advice-add #'ffap-menu-ask :around
(lambda (&rest args)
(cl-letf (((symbol-function #'minibuffer-completion-help)
#'ignore))
(apply args))))
#+end_src

** ~completion-table-dynamic~
Expand Down

0 comments on commit bf60405

Please sign in to comment.