X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=buster%2Fhome_files%2Fuser%2F.emacs.d%2Finit.el;h=f9ae44ef1ca28182aa44c09936521eb46721666a;hb=0c902594b434aad07304c9471d722fb499d82642;hp=3452126e77d4a2322bdb0c9ec97661e20369e8c7;hpb=f081a3edd323e4476b1ab8c989369e6c1741b5ce;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: %?")))