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

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

bug#44804: 28.0.50; loading EBDB using use-package is throwing error


From: Eric Abrahamsen
Subject: bug#44804: 28.0.50; loading EBDB using use-package is throwing error
Date: Sun, 22 Nov 2020 22:02:22 -0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Pankaj Jangid <pankaj@codeisgreat.org> writes:

> Eric Abrahamsen <eric@ericabrahamsen.net> writes:
>
>>> use this when `use-package' will be part of core emacs:
>>>
>>> (use-package ebdb
>>>   :ensure t
>>>   :config
>>>   (use-package 'ebdb-gnus  ; no `:ensure t' here, installed with ebdb
>>>     :hook emacs-startup)
>>>   (use-package 'ebdb-message
>>>     :hook emacs-startup))

Don't quote ebdb-gnus and ebdb-message above -- see if that works.

> Debugger entered--Lisp error: (wrong-type-argument symbolp 'ebdb-gnus)
> symbol-name('ebdb-gnus)





reply via email to

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