summary refs log tree commit diff stats
path: root/tag-emacs/emacs.d/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'tag-emacs/emacs.d/init.el')
-rw-r--r--tag-emacs/emacs.d/init.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el
index e25e54e..896ad34 100644
--- a/tag-emacs/emacs.d/init.el
+++ b/tag-emacs/emacs.d/init.el
@@ -1150,6 +1150,8 @@
    (current-buffer)))
 
 (req-package popwin
+  :if (and (>= emacs-major-version 24)
+           (>  emacs-minor-version 3))
   :config (progn
             (popwin-mode 1)
             (add-to-list 'popwin:special-display-config '("^*helm.+*$" :regexp t :height 20))))