orgmode visual fill
This commit is contained in:
parent
5500aeede9
commit
c1090aeb41
1 changed files with 7 additions and 0 deletions
|
@ -103,6 +103,13 @@
|
||||||
(setq org-highlight-latex-and-related '(latex script entities))
|
(setq org-highlight-latex-and-related '(latex script entities))
|
||||||
(setq org-startup-with-latex-preview t)
|
(setq org-startup-with-latex-preview t)
|
||||||
|
|
||||||
|
(defun efs/org-mode-visual-fill ()
|
||||||
|
(setq visual-fill-column-width 100
|
||||||
|
visual-fill-column-center-text t)
|
||||||
|
(visual-fill-column-mode 1))
|
||||||
|
(use-package visual-fill-column
|
||||||
|
:hook (org-mode . efs/org-mode-visual-fill))
|
||||||
|
|
||||||
;; Keybinds
|
;; Keybinds
|
||||||
(use-package general
|
(use-package general
|
||||||
:config
|
:config
|
||||||
|
|
Loading…
Reference in a new issue