Use truncate-lines nil instead of visual-line mode for org

This commit is contained in:
Adam Goldsmith 2018-01-20 16:39:44 -05:00
parent 813f916341
commit f201538440
1 changed files with 2 additions and 2 deletions

View File

@ -172,8 +172,8 @@
;; enable line wraping
(add-hook 'org-mode-hook '(lambda ()
(visual-line-mode)
(setq word-wrap t)))
(setq truncate-lines nil
word-wrap t)))
(defun org-latex-open-pdf ()
(interactive)