From 0cd6f8baf559bf0c463fa1e15f80ef0194ef5eac Mon Sep 17 00:00:00 2001 From: Jacopo De Simoi Date: Mon, 31 Aug 2020 13:12:34 -0400 Subject: [PATCH] Disable truncate-lines --- global.org | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/global.org b/global.org index 8eb5395..86fe47c 100644 --- a/global.org +++ b/global.org @@ -596,11 +596,12 @@ (require 'org-pomodoro) #+END_SRC *** Hooks - Enable ~auto-fill-mode~ (see - [https://www.gnu.org/software/emacs/manual/html_node/emacs/Auto-Fill.html]) - honestly I do not see where I would not want to use this. + Enable ~auto-fill-mode~ (see [[[https://www.gnu.org/software/emacs/manual/html_node/emacs/Auto-Fill.html][the manual]]]: honestly I do not see + where I would not want to use this feature). Also, disable + ~truncate-lines~ #+BEGIN_SRC emacs-lisp (add-hook 'org-mode-hook 'turn-on-auto-fill) + (setq org-starting-truncated nil) #+END_SRC *** Cosmetics Change the default ellipsis ~...~ to the unicode ellipsis ~…~