Skip to content

Commit

Permalink
Condig Org Mode: add truncate lines to nil hook
Browse files Browse the repository at this point in the history
  • Loading branch information
ravachol-yang committed Feb 25, 2024
1 parent f2c2873 commit 1d61b9b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lisp/init-org.el
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
;;; Code:

(use-package org
:ensure t)
:ensure t
:config
(add-hook 'org-mode-hook (lambda () (setq truncate-lines nil))))

(provide 'init-org)
;;; init-org.el ends here

0 comments on commit 1d61b9b

Please sign in to comment.