branch: externals/nano-theme
commit d669eaae3f51c3445446804127f85c9a26171ca5
Author: Nicolas P. Rougier <nicolas.roug...@inria.fr>
Commit: Nicolas P. Rougier <nicolas.roug...@inria.fr>

    Reinstall popup windows (fix #32)
---
 nano-theme-support.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/nano-theme-support.el b/nano-theme-support.el
index dc3d29ade5..a57539a0ff 100644
--- a/nano-theme-support.el
+++ b/nano-theme-support.el
@@ -371,8 +371,8 @@ background color that is barely perceptible."
   ;; No dialog box
   (setq use-dialog-box nil)
 
-  ;; No popup windows
-  (setq pop-up-windows nil)
+  ;; No popup windows (see fix #32)
+  ;; (setq pop-up-windows nil)
 
   ;; No empty line indicators
   (setq indicate-empty-lines nil)

Reply via email to