emacs/code/elpa/dashboard-20240319.915/dashboard-autoloads.el

40 lines
1.0 KiB
EmacsLisp
Raw Normal View History

2024-03-20 13:57:39 +00:00
;;; dashboard-autoloads.el --- automatically extracted autoloads (do not edit) -*- lexical-binding: t -*-
;; Generated by the `loaddefs-generate' function.
;; This file is part of GNU Emacs.
2022-04-22 20:59:41 +00:00
;;; Code:
2024-03-20 13:57:39 +00:00
(add-to-list 'load-path (or (and load-file-name (directory-file-name (file-name-directory load-file-name))) (car load-path)))
2022-04-22 20:59:41 +00:00
;;; Generated autoloads from dashboard.el
2023-02-21 18:17:08 +00:00
(autoload 'dashboard-open "dashboard" "\
Open (or refresh) the *dashboard* buffer.
2024-03-20 13:57:39 +00:00
(fn &rest _)" t)
2022-04-22 20:59:41 +00:00
(autoload 'dashboard-setup-startup-hook "dashboard" "\
2024-03-20 13:57:39 +00:00
Setup post initialization hooks unless a command line argument is provided.")
2022-04-22 20:59:41 +00:00
(register-definition-prefixes "dashboard" '("dashboard-"))
;;; Generated autoloads from dashboard-widgets.el
2024-03-20 13:57:39 +00:00
(register-definition-prefixes "dashboard-widgets" '("dashboard-" "recentf-list"))
2022-04-22 20:59:41 +00:00
2024-03-20 13:57:39 +00:00
;;; End of scraped data
(provide 'dashboard-autoloads)
2022-04-22 20:59:41 +00:00
;; Local Variables:
;; version-control: never
;; no-byte-compile: t
;; no-update-autoloads: t
2024-03-20 13:57:39 +00:00
;; no-native-compile: t
;; coding: utf-8-emacs-unix
2022-04-22 20:59:41 +00:00
;; End:
2024-03-20 13:57:39 +00:00
2022-04-22 20:59:41 +00:00
;;; dashboard-autoloads.el ends here