Changed visual fill column width

This commit is contained in:
Random936 2024-06-02 16:51:14 -07:00
parent 75cebfc63f
commit a32f54fbfe

View File

@ -109,7 +109,7 @@ Visual fill column is a package that allows you to center text and add borders t
#+begin_src emacs-lisp #+begin_src emacs-lisp
;; Set left-right margins with visual-fill-column ;; Set left-right margins with visual-fill-column
(defun jm/org-mode-visual-fill () (defun jm/org-mode-visual-fill ()
(setq visual-fill-column-width 100 (setq visual-fill-column-width 160
visual-fill-column-center-text t) visual-fill-column-center-text t)
(visual-fill-column-mode 1)) (visual-fill-column-mode 1))