X-Git-Url: https://plomlompom.com/repos/feed.xml?a=blobdiff_plain;f=buster%2Fhome_files%2Fuser%2F.emacs.d%2Finit.el;h=f9ae44ef1ca28182aa44c09936521eb46721666a;hb=93f8e23a461f76cf802c8f882d08acb91fc60cd2;hp=3452126e77d4a2322bdb0c9ec97661e20369e8c7;hpb=bc6ae96e2d41be156b45ceef93cfb60967d80c5f;p=config diff --git a/buster/home_files/user/.emacs.d/init.el b/buster/home_files/user/.emacs.d/init.el index 3452126..f9ae44e 100644 --- a/buster/home_files/user/.emacs.d/init.el +++ b/buster/home_files/user/.emacs.d/init.el @@ -90,7 +90,6 @@ delete-old-versions 1) ;; neither t nor nil: never delete - ;; package management ;; ================== @@ -166,6 +165,9 @@ (define-key org-mode-map (kbd "TAB") 'org-cycle) (define-key org-mode-map (kbd "") 'org-shifttab)) +;; don't truncate lines by default +(setq org-startup-truncated nil) + ;; basic org-capture config (setq org-capture-templates '(("x" "test" plain (file "~/org/notes.org") "%T: %?")))