Klimi's new dotfiles with stow.
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

67 行
2.0 KiB

  1. ;;; macrostep-autoloads.el --- automatically extracted autoloads
  2. ;;
  3. ;;; Code:
  4. (add-to-list 'load-path (directory-file-name
  5. (or (file-name-directory #$) (car load-path))))
  6. ;;;### (autoloads nil "macrostep" "macrostep.el" (0 0 0 0))
  7. ;;; Generated autoloads from macrostep.el
  8. (autoload 'macrostep-mode "macrostep" "\
  9. Minor mode for inline expansion of macros in Emacs Lisp source buffers.
  10. \\<macrostep-keymap>Progressively expand macro forms with \\[macrostep-expand], collapse them with \\[macrostep-collapse],
  11. and move back and forth with \\[macrostep-next-macro] and \\[macrostep-prev-macro].
  12. Use \\[macrostep-collapse-all] or collapse all visible expansions to
  13. quit and return to normal editing.
  14. \\{macrostep-keymap}
  15. \(fn &optional ARG)" t nil)
  16. (autoload 'macrostep-expand "macrostep" "\
  17. Expand the macro form following point by one step.
  18. Enters `macrostep-mode' if it is not already active, making the
  19. buffer temporarily read-only. If macrostep-mode is active and the
  20. form following point is not a macro form, search forward in the
  21. buffer and expand the next macro form found, if any.
  22. With a prefix argument, the expansion is displayed in a separate
  23. buffer instead of inline in the current buffer. Setting
  24. `macrostep-expand-in-separate-buffer' to non-nil swaps these two
  25. behaviors.
  26. \(fn &optional TOGGLE-SEPARATE-BUFFER)" t nil)
  27. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "macrostep" '("macrostep-")))
  28. ;;;***
  29. ;;;### (autoloads nil "macrostep-c" "macrostep-c.el" (0 0 0 0))
  30. ;;; Generated autoloads from macrostep-c.el
  31. (autoload 'macrostep-c-mode-hook "macrostep-c" "\
  32. \(fn)" nil nil)
  33. (add-hook 'c-mode-hook #'macrostep-c-mode-hook)
  34. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "macrostep-c" '("macrostep-c-")))
  35. ;;;***
  36. ;;;### (autoloads nil nil ("macrostep-pkg.el") (0 0 0 0))
  37. ;;;***
  38. ;; Local Variables:
  39. ;; version-control: never
  40. ;; no-byte-compile: t
  41. ;; no-update-autoloads: t
  42. ;; coding: utf-8
  43. ;; End:
  44. ;;; macrostep-autoloads.el ends here