Klimi's new dotfiles with stow.
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

38 řádky
1.1 KiB

před 4 roky
  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