commit | author | age
|
5cb5f7
|
1 |
;;; clean-aindent-mode-autoloads.el --- automatically extracted autoloads |
C |
2 |
;; |
|
3 |
;;; Code: |
|
4 |
|
|
5 |
(add-to-list 'load-path (directory-file-name |
|
6 |
(or (file-name-directory #$) (car load-path)))) |
|
7 |
|
|
8 |
|
|
9 |
;;;### (autoloads nil "clean-aindent-mode" "clean-aindent-mode.el" |
|
10 |
;;;;;; (0 0 0 0)) |
|
11 |
;;; Generated autoloads from clean-aindent-mode.el |
|
12 |
|
|
13 |
(defvar clean-aindent-mode nil "\ |
|
14 |
Non-nil if Clean-Aindent mode is enabled. |
|
15 |
See the `clean-aindent-mode' command |
|
16 |
for a description of this minor mode. |
|
17 |
Setting this variable directly does not take effect; |
|
18 |
either customize it (see the info node `Easy Customization') |
|
19 |
or call the function `clean-aindent-mode'.") |
|
20 |
|
|
21 |
(custom-autoload 'clean-aindent-mode "clean-aindent-mode" nil) |
|
22 |
|
|
23 |
(autoload 'clean-aindent-mode "clean-aindent-mode" "\ |
|
24 |
Activates clean auto indent for function 'newline-and-indent' and |
|
25 |
back-space unindent for M-DEL (meta-backspace). |
|
26 |
|
|
27 |
clean-aindent mode is a global minor mode. |
|
28 |
|
|
29 |
1. Extension of 'newline-and-indent' that keeps track of the last |
|
30 |
auto-indent operation and, if it is abandoned, would take care to |
|
31 |
trim down the unused white space characters. |
|
32 |
|
|
33 |
2. Simple indent, if activated, where cursor is aligned with |
|
34 |
indent of the lines above. |
|
35 |
|
|
36 |
3. Backspace Unindent. Extension of M-backspace. When cursor is |
|
37 |
in the indentation space of a line, or at the first character and |
|
38 |
you press M-backspace it will move the entire line to be aligned |
|
39 |
to the line above or any other that is with indentation smaller |
|
40 |
than the current. |
|
41 |
|
|
42 |
\(fn &optional ARG)" t nil) |
|
43 |
|
|
44 |
(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "clean-aindent-mode" '("clean-aindent-"))) |
|
45 |
|
|
46 |
;;;*** |
|
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 |
;;; clean-aindent-mode-autoloads.el ends here |