diff options
-rw-r--r-- | .config/emacs/config.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/emacs/config.org b/.config/emacs/config.org index a530577..d517d6b 100644 --- a/.config/emacs/config.org +++ b/.config/emacs/config.org @@ -965,7 +965,7 @@ mixed on when I do and -don’t want it. I always want it in ~org-mode~ though. #+BEGIN_SRC elisp - (setq fill-column 80) + (setq-default fill-column 80) (add-hook 'org-mode-hook #'auto-fill-mode) #+END_SRC |