bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#37053: 26.2; window.el does not (provide 'window)


From: Noam Postavsky
Subject: bug#37053: 26.2; window.el does not (provide 'window)
Date: Fri, 16 Aug 2019 14:27:32 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1.92 (windows-nt)

>> (use-package window
>>   :custom (split-height-threshold nil "Minimum height for splitting windows 
>> sensibly."))
>
> For builtin variables like this, you can just do
>
> (use-package emacs
>    :custom (split-height-threshold nil "Minimum height for splitting windows 
> sensibly."))

Oh, (use-package "window" ...) should work as well.  See also
https://debbugs.gnu.org/25026 for a similar report about isearch.el.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]