-
Notifications
You must be signed in to change notification settings - Fork 0
/
taoline-autoloads.el
54 lines (38 loc) · 1.6 KB
/
taoline-autoloads.el
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
;;; taoline-autoloads.el --- automatically extracted autoloads (do not edit) -*- lexical-binding: t -*-
;; Generated by the `loaddefs-generate' function.
;; This file is part of GNU Emacs.
;;; Code:
(add-to-list 'load-path (or (and load-file-name (file-name-directory load-file-name)) (car load-path)))
;;; Generated autoloads from taoline.el
(defvar taoline-mode nil "\
Non-nil if Taoline mode is enabled.
See the `taoline-mode' command
for a description of this minor mode.
Setting this variable directly does not take effect;
either customize it (see the info node `Easy Customization')
or call the function `taoline-mode'.")
(custom-autoload 'taoline-mode "taoline" nil)
(autoload 'taoline-mode "taoline" "\
Replace modeline with a slimmer proxy.
This is a global minor mode. If called interactively, toggle the
`Taoline mode' mode. If the prefix argument is positive, enable
the mode, and if it is zero or negative, disable the mode.
If called from Lisp, toggle the mode if ARG is `toggle'. Enable
the mode if ARG is nil, omitted, or is a positive number.
Disable the mode if ARG is a negative number.
To check whether the minor mode is enabled in the current buffer,
evaluate `(default-value \\='taoline-mode)'.
The mode's hook is called both when the mode is enabled and when
it is disabled.
(fn &optional ARG)" t)
(register-definition-prefixes "taoline" '("taoline-"))
;;; End of scraped data
(provide 'taoline-autoloads)
;; Local Variables:
;; version-control: never
;; no-byte-compile: t
;; no-update-autoloads: t
;; no-native-compile: t
;; coding: utf-8-emacs-unix
;; End:
;;; taoline-autoloads.el ends here