dotemacs

My Emacs configuration
git clone git://git.entf.net/dotemacs
Log | Files | Refs | LICENSE

commit afcb9be9fd07d206b2f5774bb6afab64466e01a8
parent 9f36c91819d7ac7087f6776d2a31c323312ac4e8
Author: Lukas Henkel <lh@entf.net>
Date:   Tue,  1 Feb 2022 20:28:56 +0100

Wrap long lines in org-mode

Diffstat:
Minit.el | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/init.el b/init.el @@ -178,6 +178,7 @@ '(org-log-done-with-time t) '(org-src-window-setup 'other-window) '(org-startup-indented t) + '(org-startup-truncated nil) '(package-archives '(("gnu" . "https://elpa.gnu.org/packages/") ("nongnu" . "https://elpa.nongnu.org/nongnu/")