Skip to content

Instantly share code, notes, and snippets.

@graphbear
Created June 20, 2017 03:40
Show Gist options
  • Save graphbear/bb7a71e5f8c555f118d23a83ebb9711c to your computer and use it in GitHub Desktop.
Save graphbear/bb7a71e5f8c555f118d23a83ebb9711c to your computer and use it in GitHub Desktop.
org-mode word wrap
;; add this to your emacs.d
;; wraps the lines in org-mode
(setq org-startup-truncated nil)
;; or in the case of spacemacs...
(org :variables
org-startup-truncated nil)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment