You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-emacs/macrostep/files/50macrostep-gentoo.el

8 lines
309 B

(add-to-list 'load-path "@SITELISP@")
(autoload 'macrostep-mode "macrostep"
"Minor mode for inline expansion of macros in Emacs Lisp source buffers." t)
(autoload 'macrostep-expand "macrostep"
"Expand the macro form following point by one step." t)
(autoload 'macrostep-c-mode-hook "macrostep-c"
nil t)