update packages

This commit is contained in:
2025-06-22 17:08:08 +02:00
parent 54e5633369
commit 16a0a6db93
558 changed files with 68349 additions and 26568 deletions

View File

@@ -8,7 +8,8 @@
;; Maintainer: Joost Kremers <joostkremers@fastmail.fm>
;; URL: https://codeberg.org/joostkremers/visual-fill-column
;; Created: 2015
;; Version: 2.6.3
;; Package-Version: 20250323.1529
;; Package-Revision: 30fc3e4ea9aa
;; Package-Requires: ((emacs "25.1"))
;; This file is NOT part of GNU Emacs.
@@ -173,6 +174,12 @@ Use this mode to activate and deactivate `visual-line-mode' and
(visual-fill-column-mode -1)
(visual-line-mode -1))))
(defun visual-fill-column-toggle-center-text ()
"Toggle centering of text in the current buffer."
(interactive)
(setq visual-fill-column-center-text (not visual-fill-column-center-text))
(visual-fill-column-adjust))
(defun turn-on-visual-fill-column-mode ()
"Turn on `visual-fill-column-mode'.
Note that `visual-fill-column-mode' is only turned on in buffers