Teach-a-man-to-fish example will not run. #28

Closed
opened 2022-01-14 20:23:18 +00:00 by JohnNehls · 1 comment
JohnNehls commented 2022-01-14 20:23:18 +00:00 (Migrated from github.com)

In your excellent config.org, the example command

(defadvice! prompt-for-buffer (&rest _)
      :after 'window-split (switch-to-buffer))

yields "progn: Symbol’s function definition is void: defadvice!" in vanilla emacs.

In your excellent config.org, the example command ``` (defadvice! prompt-for-buffer (&rest _) :after 'window-split (switch-to-buffer)) ``` yields "progn: Symbol’s function definition is void: defadvice!" in vanilla emacs.
tecosaur commented 2022-04-17 15:02:16 +00:00 (Migrated from github.com)

Yes, that example uses Doom. I don't think that affects the overall point though.

Yes, that example uses Doom. I don't think that affects the overall point though.
Sign in to join this conversation.
No description provided.