0

I created a new macro and saved to .emacs/init.el:

(fset 'foobar
   [?f ?o ?o return ?b ?a ?r return])

How can I use this macro after restarting emacs?

a--m
  • 103
  • 3

1 Answers1

1

You run that macro with M-x foobar.

Kaushal Modi
  • 25,203
  • 3
  • 74
  • 179