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

View File

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