WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit f66f677

Browse files
Update
1 parent 6181af1 commit f66f677

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

index.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -285,15 +285,19 @@ Here helm started from emacs-helm.sh script and displaying its candidates in a s
285285

286286
![Helm displayed in frame](images/helm-displayed-in-a-separate-frame.gif)
287287

288-
To use frames to display helm candidates see the variable `helm-display-function`.
288+
To use frames to display helm candidates see the variable `helm-display-function`. Even better, use the variable `helm-commands-using-frame`, e.g.
289+
290+
`(add-to-list 'helm-commands-using-frame 'helm-M-x)`
291+
292+
According to the position in the current buffer you started Helm from, the minibuffer will be displayed on top or bottom of the frame.
289293

290294
_NOTE_: A Helm package called `helm-posframe` exists which use itself the `posframe` package,
291295
please DO NOT use this to display helm completions in frame, it uses child frames internally
292296
which is the wrong approach for Helm.
293297

294298
### Matching methods
295299

296-
Helm support by default multi pattern matching, it is the standard way
300+
Helm supports by default multi pattern matching, it is the standard way
297301
of matching in helm.
298302
E.g You can use a pattern like "foo bar" to match a line containing "foo" and "bar"
299303
or "bar" and "foo".
@@ -424,6 +428,7 @@ extensions e.g. helm-swoop which is badly written and unmaintained vs helm-occur
424428

425429
- [Emacs-wgrep](https://github.com/mhayashi1120/Emacs-wgrep)
426430
- [all-the-icons](https://github.com/domtronn/all-the-icons.el)
431+
- [nerd-icons](https://github.com/rainstormstudio/nerd-icons.el)
427432
- [svg-lib](https://github.com/rougier/svg-lib)
428433

429434
svg-lib allows using a svg progress-bar for Rsync in helm-find-files, see the variable `helm-rsync-progress-bar-function`.

0 commit comments

Comments
 (0)