Noam Postavsky writes: > >> (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. Since the third party package use-package by John Wiegley is gaining popularity in the Emacs community, perhaps we should make life a bit easier for these users. The attached patch is simple enough. Does anyone disagree with making such a change? Thanks, Stefan Kangas