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 10:48:07 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1.92 (windows-nt)

Immanuel Litzroth <immanuel.litzroth@gmail.com> writes:

> Error (use-package): window/:catch: Loading file
> /usr/share/emacs/26.2/lisp/window.elc failed to provide feature `window'
>
> I use use-package to configure some variables in window.el as follows:
> (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."))





reply via email to

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