Skip to content

chee/helm-frame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 

Repository files navigation

helm frame

put helm in its own dedicated frame that pops up in the centre of the screen be the envy of your loved ones and hide from them in the kitchen cupboards

with a property configurated emacs like this:

emacs

pressing M-x will give you, wait for it

wait for iiiiiit~

helm-frame

this!

it goes away again when you are done with it

using

when you have helm all installed sweet to the beat las vegas, stick helm-frame.el somewhere you can require it from and do:

    (require 'helm-frame)

    (add-hook 'helm-after-action-hook 'helm-frame-delete)
    (add-hook 'helm-cleanup-hook 'helm-frame-delete)
    (setq helm-split-window-preferred-function 'helm-frame-window)

contributing

sure ! fix my code ! make me cry ! open for PRs and discussion in the issues

limitations

  • won't be great on tiling window managers without the ability to class it as a floating window
  • will switch space if emacs is in macOS full screen mode (is there a way to tell macOS that the helm frame is a popup window?)

todo

  • allow customization of:
    • window title
    • width and height
  • handle the limitation re: full screen mode on macOS
  • move somewhere warm
  • make some friends in the movie biz
  • pay ryan gosling to breath on my skin

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published