2

I've set fill-column value to be 80. But, especially for org-mode I want a bit higher fill-column value. Is it possible for org-mode to have a separate fill-column value of say 100?

1 Answer 1

3

This should do it:

(add-hook 'org-mode-hook (lambda () (setq fill-column 100))) 
0

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.