Closed JohnNehls closed 2 years ago
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.
Yes, that example uses Doom. I don't think that affects the overall point though.
In your excellent config.org, the example command
yields "progn: Symbol’s function definition is void: defadvice!" in vanilla emacs.