Changed visual fill column width
This commit is contained in:
parent
75cebfc63f
commit
a32f54fbfe
@ -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))
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user