Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

set column width in emacs to 60 #2

Open
travula opened this issue Sep 11, 2017 · 1 comment
Open

set column width in emacs to 60 #2

travula opened this issue Sep 11, 2017 · 1 comment

Comments

@travula
Copy link
Member

travula commented Sep 11, 2017

@vlead/vlead-staff

At vlead, the default column width for all the documents we wrtite is 60.

This is ensured by inserting the below line in .emacs.

(setq-default fill-column 60)

When writing a document in emacs, by typing alt-q, the text is aligned within 60 columns.

@travula
Copy link
Member Author

travula commented Oct 3, 2017

;; Add Autofill mode to mode hooks while in org and text modes
(add-hook 'text-mode-hook 'turn-on-auto-fill)
(add-hook 'org-mode-hook 'turn-on-auto-fill)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant