Personal emacs config
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.

74 lines
2.6 KiB

5 years ago
  1. ;;; dash-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 "dash" "dash.el" (0 0 0 0))
  7. ;;; Generated autoloads from dash.el
  8. (autoload 'dash-fontify-mode "dash" "\
  9. Toggle fontification of Dash special variables.
  10. If called interactively, enable Dash-Fontify mode if ARG is
  11. positive, and disable it if ARG is zero or negative. If called
  12. from Lisp, also enable the mode if ARG is omitted or nil, and
  13. toggle it if ARG is `toggle'; disable the mode otherwise.
  14. Dash-Fontify mode is a buffer-local minor mode intended for Emacs
  15. Lisp buffers. Enabling it causes the special variables bound in
  16. anaphoric Dash macros to be fontified. These anaphoras include
  17. `it', `it-index', `acc', and `other'. In older Emacs versions
  18. which do not dynamically detect macros, Dash-Fontify mode
  19. additionally fontifies Dash macro calls.
  20. See also `dash-fontify-mode-lighter' and
  21. `global-dash-fontify-mode'.
  22. \(fn &optional ARG)" t nil)
  23. (put 'global-dash-fontify-mode 'globalized-minor-mode t)
  24. (defvar global-dash-fontify-mode nil "\
  25. Non-nil if Global Dash-Fontify mode is enabled.
  26. See the `global-dash-fontify-mode' command
  27. for a description of this minor mode.
  28. Setting this variable directly does not take effect;
  29. either customize it (see the info node `Easy Customization')
  30. or call the function `global-dash-fontify-mode'.")
  31. (custom-autoload 'global-dash-fontify-mode "dash" nil)
  32. (autoload 'global-dash-fontify-mode "dash" "\
  33. Toggle Dash-Fontify mode in all buffers.
  34. With prefix ARG, enable Global Dash-Fontify mode if ARG is positive;
  35. otherwise, disable it. If called from Lisp, enable the mode if
  36. ARG is omitted or nil.
  37. Dash-Fontify mode is enabled in all buffers where
  38. `dash--turn-on-fontify-mode' would do it.
  39. See `dash-fontify-mode' for more information on Dash-Fontify mode.
  40. \(fn &optional ARG)" t nil)
  41. (autoload 'dash-register-info-lookup "dash" "\
  42. Register the Dash Info manual with `info-lookup-symbol'.
  43. This allows Dash symbols to be looked up with \\[info-lookup-symbol]." t nil)
  44. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "dash" '("!cdr" "!cons" "--" "->" "-a" "-butlast" "-c" "-d" "-e" "-f" "-gr" "-i" "-juxt" "-keep" "-l" "-m" "-no" "-o" "-p" "-r" "-s" "-t" "-u" "-value-to-list" "-when-let" "-zip" "dash-")))
  45. ;;;***
  46. ;;;### (autoloads nil nil ("dash-pkg.el") (0 0 0 0))
  47. ;;;***
  48. ;; Local Variables:
  49. ;; version-control: never
  50. ;; no-byte-compile: t
  51. ;; no-update-autoloads: t
  52. ;; coding: utf-8
  53. ;; End:
  54. ;;; dash-autoloads.el ends here