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

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

Re: Emacs --with-pgtk and use-package


From: Pankaj Jangid
Subject: Re: Emacs --with-pgtk and use-package
Date: Thu, 24 Mar 2022 21:49:20 +0530
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

Pankaj Jangid <pankaj@codeisgreat.org> writes:

> Thanks for all the info. I’ll use PGTK build then and try to investigate
> and file a bug for use-package.

Extremely sorry for the noise. Following condition check was causing the
issue:

  (use-package emacs
        :when (memq window-system '(mac ns x))
        :config
        (load-theme 'modus-vivendi)
        :bind ("<f5>" . modus-themes-toggle))

I did not use ‘pgtk’ in the above ":when" clause.




reply via email to

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