KaratasFurkan / helm-posframe

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

目录

  1. helm-posframe README
    1. What is helm-posframe
    2. How to enable helm-posframe
    3. Tips
      1. How to show fringe to helm-posframe

helm-posframe README

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

(setq helm-posframe-parameters
      '((left-fringe . 10)
        (right-fringe . 10)))

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

About


Languages

Language:Emacs Lisp 100.0%