trying to fix
This commit is contained in:
parent
fa407dfeb6
commit
e013d7569e
22945 changed files with 447936 additions and 0 deletions
|
@ -0,0 +1,83 @@
|
|||
;;; visual-fill-column-autoloads.el --- automatically extracted autoloads -*- lexical-binding: t -*-
|
||||
;;
|
||||
;;; Code:
|
||||
|
||||
|
||||
;;;### (autoloads nil "visual-fill-column" "visual-fill-column.el"
|
||||
;;;;;; (0 0 0 0))
|
||||
;;; Generated autoloads from visual-fill-column.el
|
||||
|
||||
(autoload 'visual-fill-column-mode "visual-fill-column" "\
|
||||
Wrap lines according to `fill-column' in `visual-line-mode'.
|
||||
|
||||
This is a minor mode. If called interactively, toggle the
|
||||
`Visual-Fill-Column 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 `visual-fill-column-mode'.
|
||||
|
||||
The mode's hook is called both when the mode is enabled and when
|
||||
it is disabled.
|
||||
|
||||
\(fn &optional ARG)" t nil)
|
||||
|
||||
(put 'global-visual-fill-column-mode 'globalized-minor-mode t)
|
||||
|
||||
(defvar global-visual-fill-column-mode nil "\
|
||||
Non-nil if Global Visual-Fill-Column mode is enabled.
|
||||
See the `global-visual-fill-column-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 `global-visual-fill-column-mode'.")
|
||||
|
||||
(custom-autoload 'global-visual-fill-column-mode "visual-fill-column" nil)
|
||||
|
||||
(autoload 'global-visual-fill-column-mode "visual-fill-column" "\
|
||||
Toggle Visual-Fill-Column mode in all buffers.
|
||||
With prefix ARG, enable Global Visual-Fill-Column mode if ARG is
|
||||
positive; otherwise, disable it.
|
||||
|
||||
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.
|
||||
|
||||
Visual-Fill-Column mode is enabled in all buffers where
|
||||
`turn-on-visual-fill-column-mode' would do it.
|
||||
|
||||
See `visual-fill-column-mode' for more information on
|
||||
Visual-Fill-Column mode.
|
||||
|
||||
\(fn &optional ARG)" t nil)
|
||||
|
||||
(autoload 'visual-fill-column-split-window-sensibly "visual-fill-column" "\
|
||||
Split WINDOW sensibly, unsetting its margins first.
|
||||
This function unsets the window margins and calls
|
||||
`split-window-sensibly'.
|
||||
|
||||
By default, `split-window-sensibly' does not split a window in
|
||||
two side-by-side windows if it has wide margins, even if there is
|
||||
enough space for a vertical split. This function is used as the
|
||||
value of `split-window-preferred-function' to allow
|
||||
`display-buffer' to split such windows.
|
||||
|
||||
\(fn &optional WINDOW)" nil nil)
|
||||
|
||||
(register-definition-prefixes "visual-fill-column" '("turn-on-visual-fill-column-mode" "visual-fill-column-"))
|
||||
|
||||
;;;***
|
||||
|
||||
(provide 'visual-fill-column-autoloads)
|
||||
;; Local Variables:
|
||||
;; version-control: never
|
||||
;; no-byte-compile: t
|
||||
;; no-update-autoloads: t
|
||||
;; coding: utf-8
|
||||
;; End:
|
||||
;;; visual-fill-column-autoloads.el ends here
|
1
straight/build/visual-fill-column/visual-fill-column.el
Symbolic link
1
straight/build/visual-fill-column/visual-fill-column.el
Symbolic link
|
@ -0,0 +1 @@
|
|||
/home/chris/.emacs.d/straight/repos/visual-fill-column/visual-fill-column.el
|
BIN
straight/build/visual-fill-column/visual-fill-column.elc
Normal file
BIN
straight/build/visual-fill-column/visual-fill-column.elc
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue