From de7306cb6174a6ee0d840cc064299abfb118f0f6 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sat, 24 Mar 2018 04:52:50 -0400 Subject: [PATCH] feature/popup: comment corrections --- modules/feature/popup/+hacks.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/feature/popup/+hacks.el b/modules/feature/popup/+hacks.el index e2929635f..42b162b09 100644 --- a/modules/feature/popup/+hacks.el +++ b/modules/feature/popup/+hacks.el @@ -5,14 +5,14 @@ ;; down to: ;; ;; 1. Making plugins that control their own window environment less greedy (e.g. -;; org agenda, trying to reconfigure the entire frame to pop up one tiny -;; window). +;; org agenda, which tries to reconfigure the entire frame (by deleting all +;; other windows) just to pop up one tiny window). ;; 2. Forcing plugins to use `display-buffer' and `pop-to-buffer' instead of ;; `switch-to-buffer' (which is unaffected by `display-buffer-alist', which ;; this module heavily relies on). ;; 3. Closing popups (temporarily) before functions that are highly destructive ;; to the illusion of popup control get run (with the use of the -;; `save-popups!' macro). +;; `save-popups!' macro). ;; ;; Keep in mind, all this black magic may break in future updates, and will need ;; to be watched carefully for corner cases. Also, once this file is loaded, its