X-Git-Url: https://code.delx.au/gnu-emacs-elpa/blobdiff_plain/5cf5b85bd3205bfecb7a34926b33690d06c7d0b8..ab7d7f3c0cad5145d6e171ff29b8443bd34706cc:/packages/hydra/lv.el diff --git a/packages/hydra/lv.el b/packages/hydra/lv.el index 8d6192f76..23d2c3071 100644 --- a/packages/hydra/lv.el +++ b/packages/hydra/lv.el @@ -98,7 +98,7 @@ Only the background color is significant." (insert (propertize "__" 'face 'lv-separator 'display '(space :height (1))) (propertize "\n" 'face 'lv-separator 'line-height t))) - (setq-local window-min-height n-lines) + (set (make-local-variable 'window-min-height) n-lines) (setq truncate-lines (> n-lines 1)) (let ((window-resize-pixelwise t) (window-size-fixed nil))