Klimi's new dotfiles with stow.
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

38 wiersze
1.1 KiB

4 lat temu
  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