emacs-devel
[Top][All Lists]
Advanced

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

Re: nesting eval-after-load?


From: Eric Abrahamsen
Subject: Re: nesting eval-after-load?
Date: Tue, 05 Jun 2018 12:51:11 -0700
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

Noam Postavsky <address@hidden> writes:

> On 5 June 2018 at 15:37, Eric Abrahamsen <address@hidden> wrote:
>
>> (eval-after-load "gnorb-bbdb"
>>     '(progn
>>        (define-key bbdb-mode-map (kbd "C-c S") #'gnorb-bbdb-mail-search)
>>        (define-key bbdb-mode-map (kbd "C-c l") #'gnorb-bbdb-open-link)
>>        (define-key bbdb-mode-map [remap bbdb-mail] #'gnorb-bbdb-mail)
>>        (eval-after-load "gnorb-org"
>>          (org-defkey org-mode-map (kbd "C-c C") #'gnorb-org-contact-link))))
>
> Missing quote for the inner eval-after-load?

Bah, I was staring right at it, and even had it right in other places in
the same function. Thanks for that.

Eric




reply via email to

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