[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/popper 31dc52c313 036/102: Prettifying README
From: |
ELPA Syncer |
Subject: |
[elpa] externals/popper 31dc52c313 036/102: Prettifying README |
Date: |
Fri, 8 Sep 2023 15:58:52 -0400 (EDT) |
branch: externals/popper
commit 31dc52c31328ea685c0f278a50967dd3ca2b3db3
Author: Karthik Chikmagalur <karthikchikmagalur@gmail.com>
Commit: Karthik Chikmagalur <karthikchikmagalur@gmail.com>
Prettifying README
---
README.org | 25 ++++++++++++-------------
1 file changed, 12 insertions(+), 13 deletions(-)
diff --git a/README.org b/README.org
index b8d9ceac9e..67f2617ae2 100644
--- a/README.org
+++ b/README.org
@@ -1,9 +1,9 @@
#+title: Popper.el
-Popper is a minor-mode to tame the flood of ephemeral windows Emacs produces
-while still keeping them at arms reach. Designate any buffer to "popup" status,
-and it will stay out of your way. Disimss or summon it easily with one key.
-Cycle through all your "popups" or just the ones relevant to your current
+Popper is a minor-mode to tame the flood of ephemeral windows Emacs produces,
+while still keeping them within arm's reach. Designate any buffer to "popup"
+status, and it will stay out of your way. Disimss or summon it easily with one
+key. Cycle through all your "popups" or just the ones relevant to your current
buffer. Useful for many things, including toggling display of REPLs,
documentation, compilation or shell output, etc.
@@ -11,33 +11,31 @@ There is a
[[https://www.youtube.com/watch?v=E-xUNlZi3rI][detailed demo of Poppe
By default, popper will display your popups in a non-obtrusive way, but it
works
best in conjunction with some system to handle window creation and placement,
-like =shackle.el=. This plugin summons windows defined by the user as "popups"
+like =shackle.el=. This package summons windows defined by the user as "popups"
by simply calling =display-buffer=.
You can pre-designate any buffer (by name or major-mode) as a popup, and the
-status will be automatically applied.
+status will be automatically applied when Emacs creates it.
-Toggle a popup:
+**** Toggle a popup:
#+ATTR_ORG: :width 500
#+ATTR_HTML: :width 500px
[[file:images/popper-toggle-latest.gif]]
-
-Cycle through all your popups:
+**** Cycle through all your popups:
#+ATTR_ORG: :width 500
#+ATTR_HTML: :width 500px
[[file:images/popper-cycle.gif]]
-
-Turn a regular window into a popup:
+**** Turn a regular window into a popup:
#+ATTR_ORG: :width 500
#+ATTR_HTML: :width 500px
[[file:images/popper-demote.gif]]
-Or toggle all your popups at once:
+You can also promote a popup to a normal window.
+**** Or toggle all your popups at once:
#+ATTR_ORG: :width 500
#+ATTR_HTML: :width 500px
[[file:images/popper-toggle-all.gif]]
-You can also promote a popup to a normal window.
* Usage
To designate popups in your init file, see the customization section.
@@ -158,6 +156,7 @@ If you already have rules in place for how various buffers
should be displayed,
(use-package popper
;; -- popper customizations here--
+ :config
(setq popper-display-control nil))
#+end_src
- [elpa] externals/popper a50edecacf 080/102: Fix popper-mode-line for simple-modeline, (continued)
- [elpa] externals/popper a50edecacf 080/102: Fix popper-mode-line for simple-modeline, ELPA Syncer, 2023/09/08
- [elpa] externals/popper 3212241316 083/102: Fix #29: Error while modifying mode line. (#30), ELPA Syncer, 2023/09/08
- [elpa] externals/popper 50568b8af2 090/102: popper.el: Fix child-frame resetting popups, ELPA Syncer, 2023/09/08
- [elpa] externals/popper cc48e01219 091/102: Sort open popups by display time., ELPA Syncer, 2023/09/08
- [elpa] externals/popper f0038228eb 093/102: Silence compiler warnings on Emacs 29 (#44), ELPA Syncer, 2023/09/08
- [elpa] externals/popper 44752c5121 020/102: Better test for removing from display-buffer-alist, ELPA Syncer, 2023/09/08
- [elpa] externals/popper a507d3d441 022/102: Minor changes, increase version, ELPA Syncer, 2023/09/08
- [elpa] externals/popper 71d77ae775 029/102: Typos in README, ELPA Syncer, 2023/09/08
- [elpa] externals/popper 6ef0a670e5 032/102: Update README with more info, ELPA Syncer, 2023/09/08
- [elpa] externals/popper a85a343c99 027/102: Merge branch 'popup-groups', ELPA Syncer, 2023/09/08
- [elpa] externals/popper 31dc52c313 036/102: Prettifying README,
ELPA Syncer <=
- [elpa] externals/popper 89ed8ab2da 038/102: Documentation update + kill-latest-popup kills frames now, ELPA Syncer, 2023/09/08
- [elpa] externals/popper 268ac30047 046/102: More comprehensive delete-popup function + see, ELPA Syncer, 2023/09/08
- [elpa] externals/popper 4c51182f5f 051/102: Fix error in `popper-group-by-project` (#10), ELPA Syncer, 2023/09/08
- [elpa] externals/popper 8dd55742d8 054/102: Updated Readme for readability + handle project-current when nil, ELPA Syncer, 2023/09/08
- [elpa] externals/popper 8bd65b4267 057/102: Changed popup-delete functionality to use quit-window, ELPA Syncer, 2023/09/08
- [elpa] externals/popper a604447f65 058/102: Merge branch 'feature': Add popup hiding, ELPA Syncer, 2023/09/08
- [elpa] externals/popper cc7336c4e3 060/102: Checkdoc fixes, ELPA Syncer, 2023/09/08
- [elpa] externals/popper 8c50bb3254 062/102: Added TODO in delete-popup for later, ELPA Syncer, 2023/09/08
- [elpa] externals/popper 9a6af01f00 064/102: Dispatch keymap added to popper-echo-names, ELPA Syncer, 2023/09/08
- [elpa] externals/popper 918306c2af 066/102: Updated README with popper-echo demo and new vids, ELPA Syncer, 2023/09/08