helm-posframe icon indicating copy to clipboard operation
helm-posframe copied to clipboard

Note: this file is auto converted from helm-posframe.el by el2org, please do not edit it by hand!!!

目录

  1. helm-posframe README
    1. Need new maintainer !!!
    2. What is helm-posframe
    3. How to enable helm-posframe
    4. Tips
      1. How to show fringe to helm-posframe

helm-posframe README

Need new maintainer !!!

I do not use helm and hard to maintain this package, for I do not know the details of helm. need a new maintainer !!!

What is helm-posframe

helm-posframe is a helm extension, which let helm use posframe to show its candidate menu.

NOTE: helm-posframe requires Emacs 26

How to enable helm-posframe

(helm-posframe-enable)

Tips

How to show fringe to helm-posframe

;; #+BEGIN_EXAMPLE (setq helm-posframe-parameters '((left-fringe . 10) (right-fringe . 10))) ;; #+END_EXAMPLE

By the way, User can set any parameters of helm-posframe with the help of `helm-posframe-parameters'.