You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
;; 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)
@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
.When writing a document in emacs, by typing
alt-q
, the text is aligned within60
columns.The text was updated successfully, but these errors were encountered: