Skip to content

sokah2412/helm-posframe

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Emacs Lisp 100.0%