Klimi's new dotfiles with stow.
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

38 行
1.1 KiB

  1. ;;; paredit-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 "paredit" "paredit.el" (0 0 0 0))
  7. ;;; Generated autoloads from paredit.el
  8. (autoload 'paredit-mode "paredit" "\
  9. Minor mode for pseudo-structurally editing Lisp code.
  10. With a prefix argument, enable Paredit Mode even if there are
  11. unbalanced parentheses in the buffer.
  12. Paredit behaves badly if parentheses are unbalanced, so exercise
  13. caution when forcing Paredit Mode to be enabled, and consider
  14. fixing unbalanced parentheses instead.
  15. \\<paredit-mode-map>
  16. \(fn &optional ARG)" t nil)
  17. (autoload 'enable-paredit-mode "paredit" "\
  18. Turn on pseudo-structural editing of Lisp code.
  19. \(fn)" t nil)
  20. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "paredit" '("paredit-" "?\\" "disable-paredit-mode")))
  21. ;;;***
  22. ;; Local Variables:
  23. ;; version-control: never
  24. ;; no-byte-compile: t
  25. ;; no-update-autoloads: t
  26. ;; coding: utf-8
  27. ;; End:
  28. ;;; paredit-autoloads.el ends here